简要描述:

  • 客户记录

接口版本:

版本号 制定人 制定日期 修订日期
3.1.0 朱小乾 2022-06-23 -

请求URL:

  • /api/mobileGuide/recordLogger/GetStatistics

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
keyword string 关键字
startTime string 起始日期
endTime string 结束日期
  1. {
  2. "keyword": "string",
  3. "startTime": "2022-06-22",
  4. "endTime": "2022-06-23"
  5. }

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "total": 4,
  6. "receiptCount": 0,
  7. "checkCount": 4,
  8. "waitBackCount": 0,
  9. "waitReceiptCount":0
  10. }
  11. }

错误时返回:

  1. {
  2. "code": 12,
  3. "message": " ",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明
total int 总数
receiptCount int 收单数量
checkCount int 体检中
waitBackCount int 等待回检
waitReceiptCount int 等待收单

备注:

-

文档更新时间: 2023-08-15 16:39