文档
测试

根据分类id和用户id返回订单数据

GET
http://yx.com/api/v1/order/getOrderByUserCateId?categoryId=1&page=1

接口描述

根据分类id和用户id返回订单数据

请求头

参数名
类型
描述
必填
token
string
示例:9898733af45ff868ff134198e326cc00
必填

请求参数

参数名
类型
描述
必填
categoryId
int
示例:1
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
message
string
示例:查询成功
必填
count
int
示例:2
必填
nowPage
string
示例:1
必填
sumPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:2
必填
order_no
string
示例:33
必填
snap_items
array
数据列表
必填
proName
string
示例:dsadsa
必填
proCount
string
示例:1
必填
proPrice
string
示例:1
必填
total_count
int
示例:0
必填
total_price
string
示例:0.00
必填
snap_address
string
示例:s
必填
contacts
string
示例:里斯
必填
phone
string
示例:123
必填
user_id
int
示例:2
必填
status
string
示例:已付款
必填
send_time
string
示例:
必填
create_time
string
示例:2020-08-01 18:39:26
必填
update_time
string
示例:2020-08-02 11:46:39
必填
delete_time
object
示例:null
必填
user
object
数据字典
必填
id
int
示例:2
必填
username
string
示例:aaa
必填
password
string
示例:aaa
必填
true_name
string
示例:aaa
必填
phone
string
示例:aaaaaaa
必填
create_time
string
示例:2020-08-12 09:25:30
必填
update_time
string
示例:2020-08-12 09:25:30
必填
delete_time
object
示例:null
必填