药品订单-药品订单列表信息
GET
/patient/medicine/order/mylist请求参数
Query 参数
current
string
当前页,默认是1
示例值:
1
pageSize
string
必需
每页大写默认是10
示例值:
10
status
string
可选
药品订单的状态'10': '待支付', '11': '待发货', '12': '待收货', '14': '已取消', '13': '已完成',
示例值:
10
Header 参数
authorization
string
可选
示例值:
{{Btoken}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
number
必需
正常返回10000,其他表示错误
message
string
接口信息
data
object
必需
total
number
总条数
pageTotal
number
总页数
rows
array [object {12}]
必需
示例
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"pageTotal": 0,
"rows": [
{
"id": "string",
"orderNo": "string",
"couponDeduction": 0,
"couponId": "string",
"expressFee": 0,
"payment": 0,
"actualPayment": 0,
"paymentMethod": "string",
"medicines": [
{
"id": "string",
"name": "string",
"amount": "string",
"avatar": "string",
"specs": "string",
"usageDosag": "string",
"prescriptionFlag": "string",
"quantity": 0
}
],
"address": {
"receiver": "string",
"receiverMobile": "string",
"receiverAddress": "string",
"receiverAddressDetail": "string"
},
"status": "10",
"statusValue\t": "string"
}
]
}
}
最后修改时间: a year ago