- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
查询菜单列表
将废弃
开发环境
开发环境
POST
/kk/menu/selectMenuList
/kk/menu/selectMenuList
请求参数
Header 参数
token
string
可选
示例值:
d90e82a3-b51e-4705-82db-556d08e6b8a8
Body 参数application/json
menuName
string
必需
status
string
必需
roleName
string
必需
示例
{
"menuName": "",
"status": "",
"roleName": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8080/kk/menu/selectMenuList' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuName":"",
"status":"",
"roleName":""
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
array [object {24}]
必需
searchValue
null
必需
createBy
null
必需
createTime
string
必需
updateBy
null
必需
updateTime
null
必需
remark
null
必需
params
object
必需
menuId
null
必需
menuName
string
必需
parentName
null
必需
parentId
integer
必需
orderNum
string
必需
path
string
必需
component
string | null
必需
query
string | null
必需
isFrame
string
必需
isCache
string
必需
menuType
string
必需
visible
string
必需
status
string
必需
perms
string
必需
icon
string
必需
children
array[string]
必需
roleName
string
必需
示例
{
"msg": "操作成功",
"code": 200,
"data": [
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-31 11:45:18",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "主控制台管理",
"parentName": null,
"parentId": 0,
"orderNum": "1",
"path": "user",
"component": "/console/main/index",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "C",
"visible": "0",
"status": "0",
"perms": "sub:accountprocess:list",
"icon": "User",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "菜单管理",
"parentName": null,
"parentId": 0,
"orderNum": "2",
"path": "",
"component": null,
"query": null,
"isFrame": "1",
"isCache": "0",
"menuType": "",
"visible": "0",
"status": "0",
"perms": "",
"icon": "#",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "用户查询",
"parentName": null,
"parentId": 1,
"orderNum": "1",
"path": "",
"component": "",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "F",
"visible": "0",
"status": "0",
"perms": "main:user:query",
"icon": "#",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "用户新增",
"parentName": null,
"parentId": 1,
"orderNum": "2",
"path": "",
"component": "",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "F",
"visible": "0",
"status": "0",
"perms": "main:user:add",
"icon": "#",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "用户修改",
"parentName": null,
"parentId": 1,
"orderNum": "3",
"path": "",
"component": "",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "F",
"visible": "0",
"status": "0",
"perms": "main:user:edit",
"icon": "#",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "用户删除",
"parentName": null,
"parentId": 1,
"orderNum": "4",
"path": "",
"component": "",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "F",
"visible": "0",
"status": "0",
"perms": "main:user:remove",
"icon": "#",
"children": [],
"roleName": "admin"
},
{
"searchValue": null,
"createBy": null,
"createTime": "2023-08-30 13:48:36",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"menuId": null,
"menuName": "重置密码",
"parentName": null,
"parentId": 1,
"orderNum": "5",
"path": "",
"component": "",
"query": "",
"isFrame": "1",
"isCache": "0",
"menuType": "F",
"visible": "0",
"status": "0",
"perms": "main:user:resetPwd",
"icon": "#",
"children": [],
"roleName": "admin"
}
]
}
修改于 2023-09-11 09:29:36