文档
测试

查询所有工作站站长列表

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

请求参数

参数名
类型
描述
必填
order
number
示例:-1
必填
prop
string
示例:createTime
必填
currentPage
number
示例:1
必填
pageSize
number
示例:10
必填
queryForm
object
数据字典
必填

响应参数

参数名
类型
描述
必填
flag
number
示例:1
必填
count
number
示例:1
必填
list
array
数据列表
必填
id
string
示例:a5980104-9564-4a25-88c9-39af0e4508fd
必填
createTime
string
示例:2019-11-11 15:17:15
必填
createUserId
string
示例:admin
必填
createUserName
string
示例:管理员
必填
updateTime
object
示例:null
必填
userId
string
示例:15927160258
必填
yanshouTotalPrice
number
示例:0
必填
workstationId
number
示例:1
必填
workstationName
string
示例:北桥站
必填
userName
string
示例:【测试人员】罗鑫
必填
parentUserId
object
示例:null
必填
userType
number
示例:0
必填

请求参数json

{ "order":-1, "prop":"createTime", "currentPage": 1, "pageSize": 10, "queryForm": { } }

响应参数json

{ "flag": 1, "count": 1, "list": [ { "id": "a5980104-9564-4a25-88c9-39af0e4508fd", "createTime": "2019-11-11 15:17:15", "createUserId": "admin", "createUserName": "管理员", "updateTime": null, "userId": "15927160258", "yanshouTotalPrice": 0, "workstationId": 1, "workstationName": "北桥站", "userName": "【测试人员】罗鑫", "parentUserId": null, "userType": 0 } ] }