[关闭]
@yzlc 2016-10-24T02:45:25.000000Z 字数 435 阅读 475

订单查询

燕之坊微信接口


说明

链接

方法 POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
page string 开始页码 1
limit string 每页显示数量 10
goods_info string 商品名称,编号
  1. status 枚举
  2. DSH 待审核
  3. YSH 已审核
  4. YWC 已完成

结果说明

  1. {
  2. "data":{
  3. "page_data":[
  4. {
  5. "id":"1",
  6. "user_id":"1",
  7. "store_id":"1",
  8. "goods_id":"1",
  9. "goods_name":"货物1",
  10. "store_name":"门店1",
  11. "batch":null,
  12. "unit":null,
  13. "num":"1",
  14. "create_time":null,
  15. "status":"DSH",
  16. "row_number":"1"
  17. }
  18. ],
  19. [
  20. {
  21. "id":"2",
  22. .....
  23. }
  24. ]
  25. "total_count":"1",
  26. "current_page":"1",
  27. "last_page":1
  28. },
  29. "status":0,
  30. "msg":"操作成功"}
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注