ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# 商户订单列表 ## GET /business/orders 拉取和我有关的订单 ``` 我接活的订单 type = 1; 自定义的订单状态 type = 2; ``` **Request (application/json)** Headers ``` ``` Parameters |字段名称|值类型 |描述 | |---|---|---| |type | (number, `1`, optional) | 拉取类型 | |status | (array, `[1,2,3,4,5]`, if:type == 2) | 数组,状态 | **Response 200** Body ``` [ {order}, {order}, {order} ] ```