简要描述

  • 调用接口查看客户列表

接口版本

版本号 制定人 制定日期 修订日期
V 1.0 xxxx-xx-xx

请求URL:

请求方式:

  • GET

请求参数:

参数名 是否必须 类型 说明
access_token string 获取到的授权码access_token
unified_social_credit_code string 本公司社会统一信用代码
order_status string 过滤客户服务状态:1-意向、2-成单、3-完成、4-作废、5-续约
num string 每页显示条数,留空默认每页10条,控制了每页最多可显示20条
page string 查询第几页数据,留空默认第1页,控制最多翻10页,建议补全关键字

返回示例:

正确时返回一:

  1. {
  2. "code": 200,
  3. "msg": "查询成功!",
  4. "data": {
  5. "customers": [
  6. {
  7. "customer_name": "陈先和",
  8. "customer_phone": "13600136000",
  9. "customer_number": "待完善",
  10. "customer_weixin": "待完善",
  11. "customer_qq": "待完善",
  12. "customer_mail": "待完善",
  13. "urlcode": "fc8bec22a75fe7e7435a6f5f0958dee6"
  14. },
  15. {
  16. "customer_name": "陈先和",
  17. "customer_phone": "13600136000",
  18. "customer_number": "待完善",
  19. "customer_weixin": "待完善",
  20. "customer_qq": "待完善",
  21. "customer_mail": "待完善",
  22. "urlcode": "fc8bec22a75fe7e7435a6f5f0958deec"
  23. }
  24. ],
  25. "page": 1,
  26. "num": 10,
  27. "page_num": 1,
  28. "耗时": 0.097000000000000003
  29. }
  30. }

错误时返回:

  1. {
  2. "code": 400,
  3. "msg": "access_token 无效!",
  4. "data": {
  5. "status": "error"
  6. }
  7. }

说明:出现此错误时,请重新请求授权。