|
@@ -59,7 +59,7 @@ public interface BimFaceClient {
|
|
|
@Request(
|
|
|
url = "/bdfs/data/v1/projects/{projectId}/fileItems/sourceUrl?url={url}&parentId={parentId}&name={name}",
|
|
|
type = "post",
|
|
|
- contentType = "application/octet-stream"
|
|
|
+ contentType = "application/json"
|
|
|
)
|
|
|
BimResult<FileBean> fileItems( @Var("url")String url,
|
|
|
@Var("parentId")String parentId,
|