页面菜单设置
接口URL
接口说明
支持格式
请求方式
请求参数
参数名
必选
类型
说明
appId
是
string
管理员的appId
timestamp
是
long
13位当前时间戳
sign
是
String
channelId
是
int
频道id
menuList
是
string
菜单列表JSON格式,例如 [{"id1":"name1"}, {"id2":"name2"}]
lang
否
string
菜单语言 默认zh_CN中文、EN英文
响应成功JSON示例:
响应失败JSON示例:
未输入appId
appId不正确
时间戳错误
签名错误
字段说明
参数名
说明
code
响应代码,成功为200,失败为400,签名错误为403,异常错误500
status
成功为success,失败为error
message
错误时为错误提示消息
Last updated
Was this helpful?