文档
测试

所有权限

POST
http://localhost:8080/dianye/crudServlet?methodName=getAllAuthoritys

接口描述

获取所有权限Json数据

请求头

参数名
类型
描述
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHQiOjE1NzYzODQ4MjEzOTcsInVpZCI6MzAsImlhdCI6MTU3NjM4MTIyMTM5N30.2oD-15FCxA7HBMTM_sCKdECj07Kbu_w7FuCTggLCqkw
可选

响应参数

参数名
类型
描述
必填
ALLAuthority
array
数据列表
必填
authorityDescribe
string
示例:1
必填
authorityId
number
示例:1
必填
authorityName
string
示例:SuperAdmin
必填

说明 / 示例

{ "ALLAuthority": [ { "authorityDescribe": "1", "authorityId": 1, "authorityName": "SuperAdmin" }, { "authorityDescribe": "2", "authorityId": 2, "authorityName": "admin" }, { "authorityDescribe": "11", "authorityId": 3, "authorityName": "test" } ] }