1. 获取我的常用功能列表
请求包结构
{
"__language__": "zh-CN",
"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 |
返回结果
{
"data": {
"code": 1,
"message": "",
"modules": [
{
"app_code": "3042",
"icon_url": "https://qy-ci.fdccloud.com/plan-micro/images/mybestlove/icon_message.png",
"id": "4673",
"module_name": "消息",
"open_url": "https://qy-ci.fdccloud.com/appcenter/dispatch/open?__tenant_id=my56a9c966df069&__app_code=3042&__module_id=29"
}
]
},
"success": 1
}
参数 |
类型 |
描述 |
app_code |
string |
模块对应应用的id |
icon_url |
string |
icon地址 |
id |
string |
模块id |
module_name |
string |
模块名 |
open_url |
string |
打开地址 |