1. 获取应用自定义菜单
请求包结构
{
"__language__": "zh-CN",
"app_code": "20002",
"platform": 2,
"tenant_id": "my56a9c966df069",
"version_name": "4.0.6",
"wzs_user_id": "wzs5f5985f185604096950085"
}
参数 |
类型 |
描述 |
__language__ |
string |
当前语言 |
version_name |
string |
云助手APP版本号 |
platform |
number |
平台1-ios;2-Android |
tenant_id |
string |
租户id |
wzs_user_id |
string |
云助手用户ID |
app_code |
string |
应用code |
返回结果
{
"data": {
"code": 1,
"list": [
{
"_child": [
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "4",
"modify_time": "2018-05-11 14:44:58",
"name": "干货精选",
"pid": "1",
"sequence": "1",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=4"
}
],
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "1",
"modify_time": "2018-05-11 14:44:58",
"name": "地产智库",
"sequence": "1",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=1"
},
{
"_child": [
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "5",
"modify_time": "2018-05-11 14:44:58",
"name": "最新活动",
"pid": "2",
"sequence": "1",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=5"
},
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "6",
"modify_time": "2018-05-11 14:44:58",
"name": "产品大全",
"pid": "2",
"sequence": "2",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=6"
},
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "7",
"modify_time": "2018-05-11 14:44:58",
"name": "典型案例",
"pid": "2",
"sequence": "3",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=7"
},
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "8",
"modify_time": "2019-09-03 17:37:09",
"name": "关于明源云",
"pid": "2",
"sequence": "4",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=8"
}
],
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "2",
"modify_time": "2018-05-11 14:44:58",
"name": "明源云",
"sequence": "2",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=2"
},
{
"_child": [
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "9",
"modify_time": "2018-05-11 14:44:58",
"name": "转载须知",
"pid": "3",
"sequence": "1",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=9"
},
{
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "10",
"modify_time": "2018-05-11 14:44:58",
"name": "内容合作",
"pid": "3",
"sequence": "2",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=10"
}
],
"app_code": "20002",
"create_time": "2018-05-11 14:44:58",
"id": "3",
"modify_time": "2018-05-11 14:44:58",
"name": "联系我们",
"sequence": "3",
"app_type": "0",
"download_url":"",
"url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=20002&__menu_id=3"
}
],
"message": "ok"
},
"success": 1
}
参数 |
类型 |
描述 |
code |
number |
逻辑错误码1-表示成功 |
message |
string |
提示信息 |
success |
number |
1-成功;0-失败 |
app_code |
string |
应用code |
create_time |
string |
创建时间-已格式化 |
modify_time |
string |
修改时间 |
id |
string |
menu的code |
name |
string |
menu的名称 |
pid |
string |
当前menu的父级menuid |
sequence |
string |
排序,涉及底部有多个menu,根据该值进行排序 |
url |
string |
当前menu的url |
app_type |
string |
APP类型,0-H5应用,1-原生APP,2-离线应用 |
download_url |
string |
离线应用下载地址 |