...
访问路径:api/
...
open/app/delete
接口说明:删除作品
URL结构
https://editapiopen.rabbitpre.com/open/platformapi/app/delete
接口协议:HTTPS
HTTP请求方式:POST
...
参数 | 必选 | 类型 | 说明 |
appid | true | integer | 作品id |
请求示例
换行和缩进只是为了更好的展示:
https://editapiopen.rabbitpre.com/open/platformapi/app/delete
返回参数
参数 | 类型 | 说明 |
code | string | 操作结果:200 成功,其他则为失败 |
errorCode | string | 操作结果信息:SUCCESS 成功,其他则为失败 |
msg | string | 操作返回信息 |
...