接口路径:/api/app/copy
应用权限:作品——>作品信息
类型: POST
Author: Shang Pan,flame
Content-Type: application/json; charset=utf-8
接口描述 复制作品
Request-headers:
Header | 类型 | 是否必填 | 字段描述 |
---|---|---|---|
X-Token | string | true | token |
接口入参:
参数 | 类型 | 是否必填 | 字段描述 |
---|---|---|---|
appid | string | true | 兔展作品id |
uid | string | true | 第三方平台用户的用户id |
companyId | string | false | 第三方平台企业id |
接口出参:
Field | 类型 | 字段描述 |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─id | string | 作品id |
└─name | string | 作品名字 |
└─desc | string | 作品描述 |
└─appUrl | string | 作品url |
请求示例
Curl-example: curl -X POST -k -H 'Content-Type: application/json; charset=utf-8' -H 'X-Token:r9i6T6VXdAV0vjiMBxODFRddRVY' -i https://integrate.rabbitpre.com/api/open/api/app/copy --data '{ "appid": "91", "uid": "91", "companyId": "91" }'