[关闭]
@yzlc 2016-10-13T05:49:02.000000Z 字数 682 阅读 320

客户查询

丰乐APP接口


说明

http://192.168.6.104:16002/?_m=/api/U8/customQuery&user_id=12&keyword=&page=1&limit=5

方法 GET,POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
user_id string 业务员的u8_id
keyword string 客户编号或者客户名称,支持模糊查询
page string 获取第几页
limit string 每页多少个

结果实例

  1. {
  2. "data": {
  3. "page_data": [
  4. {
  5. "u8_custom_id": "00001",
  6. "u8_custom_name": "丰乐玉米测试客户1",
  7. "row_number": "1"
  8. },
  9. {
  10. "u8_custom_id": "00002",
  11. "u8_custom_name": "丰乐玉米测试客户2",
  12. "row_number": "2"
  13. },
  14. {
  15. "u8_custom_id": "00003",
  16. "u8_custom_name": "丰乐玉米测试客户3",
  17. "row_number": "3"
  18. },
  19. {
  20. "u8_custom_id": "00004",
  21. "u8_custom_name": "丰乐玉米测试客户4",
  22. "row_number": "4"
  23. },
  24. {
  25. "u8_custom_id": "00005",
  26. "u8_custom_name": "丰乐玉米测试客户5",
  27. "row_number": "5"
  28. }
  29. ],
  30. "total_count": "10",
  31. "current_page": "1",
  32. "last_page": 2
  33. },
  34. "status": 0,
  35. "msg": "操作成功"
  36. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注