版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

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

状态描述

 请求示例

代码块
Curl-example:
curl -X POST -k -H 'Content-Type: application/json; charset=utf-8' -H 'X-Token:5TP4_dfe1Zgsjmu355Bnse6JMcU' -i https://integrate.rabbitpre.com/api/open/api/app/delete --data '{
    "appid": "18becffd-d9af-4a50-bc55-fd7381b5e7b0",
    "uid": "A1001",
    "companyId": "C1002
}'

...