访问路径:open/platform/app/setAppInfo
接口说明:设置作品信息
URL结构
https://editorapi.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:显示 |
opfid | true | string | 兔展分配的第三方平台id |
companyId | false | string | 第三方平台的企业id |
uid | true | string | 第三方平台的用户id |
nonce | true | string | 6位随机字符串 |
timestamp | true | string | 签名时间戳 |
signature | true | string | 签名字符串 |
请求示例
换行和缩进只是为了更好的展示:
https://editorapi.rabbitpre.com/open/platform/app/setAppInfo
返回参数
参数 | 类型 | 说明 |
id | string | 作品id |
name | string | 作品名称 |
imgurl | string | 作品图片地址 |
appurl | string | 作品地址 |
formcount | integer | 表单数据 |
state | string | 作品状态 1:正常;2:封禁;3:白名单;4:可以的,危险的作品 |
desc | string | 作品描述 |
appTItle | string | 作品标题 |
appVersion | string | 作品版本 |
createTIme | long | 创建时间 |
updateTime | long | 修改时间 |