访问路径:open/platform/app/setAppInfo
接口说明:设置作品信息
URL结构
https://editapi.rabbitpre.com/open/platform/app/setAppInfo
接口协议:HTTPS
HTTP请求方式:POST
请求参数
参数 | 必选 | 类型 | 说明 |
appid | true | string | 作品id |
appName | true | string | 作品名称 |
desc | true | string | 作品描述 |
imgPath | true | string | 作品封面地址 |
showViewCount | false | integer | 是否显示访问次数,0:不显示;1:显示 |
请求示例
换行和缩进只是为了更好的展示:
https://editapi.rabbitpre.com/open/platform/app/setAppInfo
返回参数
参数 | 类型 | 说明 |
code | string | 请求结果:200 成功,其他则为失败 |
errorCode | string | 请求结果信息:SUCCESS 成功,其他则为失败 |
msg | string | 操作返回信息 |
data | boolean | 操作结果:true:成功 |