ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 获取订单列表 ~~~[api] post:branch.stock/orders *page=1#分页数 <<< 操作成功 { "code": 1, "msg": "获取订单列表成功!", "data": { "total": 1, "per_page": 15, "current_page": "1", "last_page": 1, "data": [ { "id": 2, "sid": 24, "psid": 23, "order_no": "1534835511233586", "freight_price": "0.00", "goods_price": "0.00", "real_price": "0.00", "is_pay": 0, "pay_type": "线下", "pay_no": "", "pay_price": "0.00", "pay_at": null, "pay_voucher": "支付凭证地址", "desc": null, "status": 1, "is_pass": 0, "is_deleted": 0, "create_at": "2018-08-21 15:11:51", "goods": [ { "id": 2, "sid": 24, "psid": 23, "order_no": "1534835511233586", "gid": 23, "title": "商品标题", "spec": "尺寸::160;;颜色::白色", "logo": "商品LOGO", "image": "商品展示图片", "market": "0.00", "selling": "0.00", "price": "0.00", "number": 3, "status": 1, "is_pass": 0, "is_deleted": 0, "create_at": "2018-08-21 15:11:51" } ] } ] } } <<< 异常操作 { "code": 0, "msg": "抱歉,该用户无操作门店的权限!", "data": [] } ~~~