文档
测试

服务订单列表

GET
http://localhost:8086/web/serviceOrder/getList?ssId=1&status=2&current=1&size=10&search=

请求参数

参数名
类型
描述
必填
ssId
int
(服务id)示例:1
必填
status
int
(1未支付 2已支付)示例:2
必填
current
int
示例:1
必填
size
int
示例:10
必填
search
string
示例:
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
soId
int
(id)示例:1
必填
nickName
string
(昵称)示例:天
必填
num
int
(数量)示例:1
必填
headUrl
string
(头像)示例:http://thirdwx.qlogo.cn/mmopen/1CHHx9Yq4nG1svtXYiatAXCicxZJNO3icn20A0eg3q5Ed659yzDICWexOmSmj8VBxjAduZViblvfPWoicTciamx6ibMFg/132
必填
userId
int
(用户id)示例:1
必填
visitTime
string
(预约时间)示例:2020-10-22
必填
entryTime
string
(入职时间)示例:2020-01-20
必填
payType
int
(1微信)示例:1
必填
phone
string
(电话)示例:18858442323
必填
createTime
string
示例:2021-01-18 09:05:54
必填
serviceTitle
string
(服务标题)示例:订单提交制造预约
必填
name
string
(姓名)示例:测试
必填
payStatus
int
(1未支付 2已支付)示例:2
必填
email
string
(邮箱)示例:123@qq.com
必填
total
int
示例:2
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填