URL: /api/app/copy
Type: POST
Author: Shang Pan,flame
Content-Type: application/json; charset=utf-8
Description: 复制作品
Body-parameters:
Parameter | Type | Required | Description |
---|---|---|---|
opfid | string | true | 开放平台ID |
nonce | string | true | 6位随机字串不能为空 |
timestamp | string | true | 签名时间戳 |
signature | string | true | 签名 |
uid | string | true | 第三方平台的用户id |
appid | string | true | 作品id |
Request-body:
{ "opfid": "71", "nonce": "fmu41i", "timestamp": "2021-08-19 14:47:59", "signature": "jw7uq2", "appid": "71" }
Response-fields:
Field | Type | Description |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─id | string | 作品id |
└─name | string | 作品名 |
└─desc | string | 作品说明 |
└─appUrl | string | 作品短链全路径url |
Response-example:
{ "code": "21339", "errorCode": "21339", "msg": "lotjek", "data": { "id": "71", "name": "思聪.崔", "desc": "x5vbsr", "appUrl": "www.xn---xn--ltw-mj4mo970b.biz" } }