coupon_send_error.md 1.78 KB

发券异常列表查询

 请求路径  /couponSendError/query
 POST json请求

编码 含义 必填 说明
couponId 券ID Integer类型
page Integer类型
size 页大小 Integer类型

请求示例:

{"couponId":13186}

响应:

  {
  "code": 200,
  "data": {
"list": [
  {
"couponId": 13186,
"createTime": 1466583714,
"errMsg": "优惠券已经领取",
"id": 282,
"sendId": 5106,
"uid": 5987341
  }
],
"page": 1,
"size": 10,
"total": 1,
"totalPage": 1
  },
  "message": "操作成功"
}
 说明:列表中只显示uid和errMsg,"id"字段可以隐藏,以便重发时使用。

重新请求发券

 请求路径  /couponSendError/retrySend
 POST json请求

编码 含义 必填 说明
id 异常id Integer类型

请求示例:

{"id":282}

响应:

{
  "code": 400,
  "message": "优惠券已经领取"
}

说明:code-->200是成功,其他是失败。

导出:

 请求路径  /batch/export
 POST json请求

编码 含义 必填 说明
type 导出类型 必须为"couponSendErrorExport"
queryConf 查询条件 包含券ID的Json 如{"couponId":"13186"}

请求示例:

{"type":"couponSendErrorExport","queryConf":"{"couponId":"13186"}"}

响应:

application/vnd.ms-excel;charset=utf-8 类型文件