访问路径:open/platform/app/setAppInfo

接口说明:设置作品分享信息

URL结构

https://open.rabbitpre.com/api/app/setAppInfo

接口协议:HTTPS

HTTP请求方式:POST

请求参数

参数必选类型说明
appidtruestring作品id
appNametruestring分享标题
desctruestring分享描述
imgPathtruestring分享图片url
showViewCount
falseinteger是否显示访问次数,0:不显示;1:显示

请求示例

换行和缩进只是为了更好的展示:

https://open.rabbitpre.com/api/app/setAppInfo

返回参数

参数类型说明
codestring请求结果:200 成功,其他则为失败
errorCodestring请求结果信息:SUCCESS 成功,其他则为失败
msgstring操作返回信息
databoolean操作结果:true:成功

返回示例

  • 无标签