[关闭]
@yzlc 2016-10-13T06:51:01.000000Z 字数 901 阅读 421

货物查询

丰乐APP接口


说明

http://192.168.6.104:16002/?_m=/api/U8/goodsQuery&store_id=010111&keyword=&page=1&limit=5

方法 GET,POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
store_id string 仓库编码
custom_id string 客户编号,支持模糊查询
custom_name string 客户名称,支持模糊查询
page string 获取第几页
limit string 每页多少个

结果实例

  1. {
  2. "data": {
  3. "page_data": [
  4. {
  5. "rownumber": "1",
  6. "u8_store_id": "010111",
  7. "u8_store_name": "加工中心水稻中转库",
  8. "u8_goods_id": "01010308",
  9. "u8_goods_name": "丰两优三号(丰乐先锋)",
  10. "u8_goods_guige": "0.5kg",
  11. "u8_goods_price": null,
  12. "u8_store_left": ".000000",
  13. "u8_goods_danwei_id": "021501",
  14. "u8_goods_danwei": "kg",
  15. "u8_goods_rate": ".500000"
  16. },
  17. {
  18. "rownumber": "2",
  19. "u8_store_id": "010111",
  20. "u8_store_name": "加工中心水稻中转库",
  21. "u8_goods_id": "01010308",
  22. "u8_goods_name": "丰两优三号(丰乐先锋)",
  23. "u8_goods_guige": "0.5kg",
  24. "u8_goods_price": null,
  25. "u8_store_left": ".000000",
  26. "u8_goods_danwei_id": "021501",
  27. "u8_goods_danwei": "kg",
  28. "u8_goods_rate": ".500000"
  29. }
  30. ],
  31. "total_count": "2",
  32. "current_page": 1,
  33. "last_page": 1
  34. },
  35. "status": 0,
  36. "msg": "操作成功"
  37. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注