1. 获取租户列表V3(工作台)接口
| 接口名称 | 获取租户列表V3(工作台) | 
|---|---|
| 功能描述 | 获取租户列表V3(工作台) | 
| 请求地址 | http://qy-ci.fdccloud.com/api/wzs/get-tenants-v3?access_token=@access_token | 
| 请求方式 | POST(HTTPS) | 
请求包结构
{
    "wzs_user_id": "@wzs_user_id",
    "tenant_id": "@tenant_id",
    "version_name": "3.9.0",
    "device_id ": "@device_id",
    "device_name": "iPhone 11 Pro",
    "device_token": "@device_token",
    "platform": 1,
    "push_channel": 1,
    "os_version": "13.1",
    "__language__": "zh-CN",
    "device_id": "@device_id"
}
返回结果
{
"success": 1,
"data": {
    "code": 1,
    "message": "",
    "config": {
        "often_use_visibility": 1
    },
    "group": [{
        "group_icon": "",
        "group_type": "app",
        "group_name": "工作相关",
        "group_id": "92",
        "items": [{
            "suite_id": "1",
            "suite_name": "明源云助手",
            "app_code": "10001",
            "app_secret": "",
            "app_name": "待办中心",
            "app_description": "流程待办中心",
            "open_url": "https://qy-ci.fdccloud.com/",
            "app_icon_url": "https://static-ci.fdccloud.com/images/todo_center/icon.png",
            "app_type": "0",
            "show_in_yzs_app": "1",
            "is_app": "1",
            "item_type": 1,
            "module_id": ""
        }]
    }],
    "tip": {
        "text": "人生为棋,我愿为卒,行动虽慢,可谁曾见我后退一步",
        "bg_image": "",
        "share_image": ""
    }
}
}
参数说明
| 参数 | 中文名 | 参数类型 | 说明 | 
|---|---|---|---|
| group_type | 分组类型 | String | app,web两种类型 | 
| app_type | APP类型 | int | 0:H5应用 1:原生APP | 
| item_type | 选项类型 | int | 1:应用2 :功能模块 | 
| is_app | 是否是应用 | int | 默认为1 1:应用 0:消息型 |