文档
测试

查询某人订单

GET
http://localhost:8018/orders/looks?name_id=%E7%A8%8B%E5%92%AC%E9%87%91&goods_id=48

请求参数

参数名
类型
描述
必填
name_id
string
示例:程咬金
必填
goods_id
int
示例:48
必填

响应参数

参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:查询成功
必填
data
array
数据列表
必填
_id
string
示例:5f0c4b66dcec0884901e5215
必填
name_id
string
示例:程咬金
必填
goods_id
string
示例:2
必填
id
string
示例:6
必填
num
string
示例:1
必填
code
int
示例:3000
必填
flag
boolean
示例:false
必填
message
string
示例:查询失败
必填