文档
测试

授权列表

POST
http://localhost:8888/qgy/personnel/typelist

接口描述

根据userId查看是否授权 接收JSON数据

请求参数

参数名
类型
描述
必填
userId
Integer
当前用户ID(NOT NULL)
必填
index
Integer
当前页码(NULL)
必填
length
Integer
每页个数(NULL)
必填

返回示例

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": { "content": [ { "guid": "68E1FC365F05419196117ACC924F17F1", "appId": "468C90FD53C745EFB43E9A9170E1E28F", "name": "测试002", "cardNo": null, "phone": null, "tag": null, "createTime": "2019-07-14T16:00:00.000+0000", "userId": 3, "typeOne": 1, "typeTwo": 1 } ] }, "count": 1 } ```