URL: http://127.0.0.1:36190/ /api/app/copy
Type: POST
Author: Shang Pan,flame
...
Field | Type | Description |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─id | string | No comments found.作品id |
└─name | string | No comments found.作品名 |
└─desc | string | No comments found.作品说明 |
└─appUrl | string | No comments found.作品短链全路径url |
Response-example:
代码块 | ||
---|---|---|
| ||
{ "code": "21339", "errorCode": "21339", "msg": "lotjek", "data": { "id": "71", "name": "思聪.崔", "desc": "x5vbsr", "appUrl": "www.xn---xn--ltw-mj4mo970b.biz" } } |
...