文档
测试

查询组员

POST
localhost:8030/tt/api/NetWorkStationController/pc/getMembers

请求参数

参数名
类型
描述
必填
id
string
示例:a5980104-9564-4a25-88c9-39af0e4508fd
必填

响应参数

参数名
类型
描述
必填
flag
number
示例:1
必填
list
array
数据列表
必填
id
string
示例:828f8311-97c8-424d-9eeb-e5e9869e8802
必填
createTime
string
示例:2019-11-11 16:33:04
必填
createUserId
string
示例:admin
必填
createUserName
string
示例:管理员
必填
updateTime
object
示例:null
必填
userId
string
示例:15527178767
必填
yanshouTotalPrice
number
示例:0
必填
workstationId
number
示例:1
必填
workstationName
string
示例:北桥站
必填
userName
string
示例:【测试人员】刘源
必填
userType
number
示例:1
必填
parentId
string
示例:a5980104-9564-4a25-88c9-39af0e4508fd
必填

请求参数json

{ "id": "a5980104-9564-4a25-88c9-39af0e4508fd" }

响应参数

{ "flag": 1, "list": [ { "id": "828f8311-97c8-424d-9eeb-e5e9869e8802", "createTime": "2019-11-11 16:33:04", "createUserId": "admin", "createUserName": "管理员", "updateTime": null, "userId": "15527178767", "yanshouTotalPrice": 0, "workstationId": 1, "workstationName": "北桥站", "userName": "【测试人员】刘源", "userType": 1, "parentId": "a5980104-9564-4a25-88c9-39af0e4508fd" } ] }