获取菜单列表
POST
/openservice/php/portal/appcenter/getAppList
后端接口/门户
请求参数
Query 参数
entId
string
可选
userId
string
可选
Body 参数application/json
id
integer
系统ID
tableId
string
可选
示例
{
"id": 0,
"tableId": "string"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
array [object {21}]
必需
id
string
必需
name
string
必需
link
string
必需
parent
string
必需
order
string
必需
description
string
必需
icon_name
string
必需
from_store
string
必需
icon_color
string
必需
level
string
必需
app_type
string
必需
app_id
string
必需
personalize
string
必需
open_type
string
必需
jump_addr
string
必需
package_version_code
string
必需
lock_status
string
必需
tag
string
必需
publish_status
string
必需
children
array [object {24}]
必需
showChildren
boolean
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "ok",
"result": [
{
"id": "1",
"name": "打卡签到",
"link": "",
"parent": "0",
"order": "1",
"description": "仅app端",
"icon_name": "qy-address",
"from_store": "",
"icon_color": "#ef6e64",
"level": "1",
"app_type": "",
"app_id": null,
"personalize": "0",
"open_type": "1",
"jump_addr": "",
"package_version_code": "",
"lock_status": "0",
"tag": "j8zypxbbiaey28oddo0otc5h7m8fsc",
"publish_status": "1",
"children": [
{
"id": "2",
"name": "打卡签到",
"link": "/signIn",
"parent": "1",
"order": "0",
"description": "仅app端",
"icon_name": "qy-address",
"tag": "ntk7bmp8t3odmylhyunivzom2c4o0k",
"icon_color": "#7dc37d",
"level": "2",
"app_type": "link",
"app_id": null,
"app_show": "1",
"web_show": "0",
"image": null,
"from_store": "",
"personalize": "0",
"open_type": "1",
"jump_addr": "",
"package_version_code": "",
"lock_status": "0",
"publish_status": "1",
"children": [],
"showChildren": false
}
],
"showChildren": false
},
{
"id": "1483",
"name": "薪酬系统",
"link": "",
"parent": "0",
"order": "52",
"description": "",
"icon_name": "qy-custom17",
"from_store": "",
"icon_color": "#ef7ead",
"level": "1",
"app_type": "",
"app_id": null,
"personalize": "0",
"open_type": "1",
"jump_addr": "",
"package_version_code": "",
"lock_status": "0",
"tag": "l289xr461cxs8a0r8plv1s7sawjkp7",
"publish_status": "1",
"children": [
{
"id": "1484",
"name": "工资条发放",
"link": "/app/!/information/gongzitiaofafang",
"parent": "1483",
"order": "0",
"description": "",
"icon_name": "qy-record",
"tag": "4zkancq8yjfcnp58bhafx4mdvc45rl",
"icon_color": "#7e8be4",
"level": "2",
"app_type": "information",
"app_id": "gongzitiaofafang",
"app_show": "1",
"web_show": "1",
"image": null,
"from_store": "",
"personalize": "0",
"open_type": "1",
"jump_addr": "",
"package_version_code": "",
"lock_status": "0",
"publish_status": "1",
"children": [],
"showChildren": false
}
],
"showChildren": false
}
],
"guid": "dbe5bcb6ca1f5d6b"
}
修改于 2025-02-26 09:23:19