师傅订单列表
开发中
GET
/staffapi/order/staffOrderLists
请求参数
Header 参数
token
string
必需
默认值:
217ba8ac94c48c81403500017f8c13fc
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/staffapi/order/staffOrderLists' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {10}]
必需
extend
object
必需
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"order_status": 0,
"order_sub_status": 0,
"order_amount": "string",
"create_time": "string",
"order_goods": [
{
"id": 0,
"order_id": 0,
"goods_id": 0,
"goods_name": "string",
"goods_price": "string",
"goods_num": 0,
"goods_image": "string",
"goods_sku_arr": [
"string"
]
}
],
"appoint_time_day": "string",
"appoint_time_slot": "string",
"order_status_desc": "string",
"order_type_desc": "string"
}
],
"extend": {
"today_num": 0,
"tomorrow_num": 0,
"after_tomorrow_num": 0
}
}
}
修改于 2024-11-07 06:15:26