[关闭]
@yzlc 2016-10-19T07:32:02.000000Z 字数 508 阅读 380

在线订货

燕之坊微信接口


说明

链接

方法 POST GET

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
page string 开始页码 1
limit string 每页显示数量 10

结果说明

  1. {
  2. "data":{
  3. "page_data":[
  4. {
  5. "id":"1",
  6. "goods_id":"1",
  7. "goods_name":"商品1",
  8. "goods_unit":null,
  9. "goods_batch":null,
  10. "goods_package":null,
  11. "create_time":"2016-10-01 00:00:00.000",
  12. "row_number":"1"
  13. },
  14. {
  15. "id":"2",
  16. "goods_id":"2",
  17. "goods_name":"商品2",
  18. "goods_unit":null,
  19. "goods_batch":null,
  20. "goods_package":null,
  21. "create_time":"2016-10-02 00:00:00.000",
  22. "row_number":"2"
  23. },
  24. ],
  25. "total_count":"2",
  26. "current_page":1,
  27. "last_page":1
  28. },
  29. "status":0,
  30. "msg":"操作成功"
  31. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注