3.2.34第三方门店验券历史接口


allinpay.shopoint.thirdCouponService.verifyHistory

version: 1.0

业务请求参数

字段名

参数类型

必填

最大长度

说明

取值

shopId

 

Integer

 

店铺id

 

date

 

String

 

日期

XXXX-XX-XX

pageNo

 

Integer

 

页码

 

pageSize

 

Integer

 

查询条数

最大为200

 

业务响应参数

字段名

参数类型

必填

最大长度

说明

取值

code

Integer

 

返回码

0:表示成功;

3:表示失败,具体失败原因参见msg字段;

其他:参见4.1 公共返回码

msg

String

 

错误信息

 

data

total

 

Long

 

 

 

couponVerifyHistoryList

 

couponBuyPrice

 

Double

 

 

团购券购买价格

 

 

couponCancelStatus

 

Long

 

 

团购券是否可撤销

 

1表示可撤销,0表示不可撤销

 

couponCode

 

String

 

 

团购券码

 

 

couponStatusDesc

 

String

 

团购券状态

 

 

couponUseTime

 

String

 

验券时间

 

 

dealBeginTime

 

String

 

团购券对应项目开始售卖时间

 

 

dealTitle

 

String

 

项目对应的标题

 

 

dealValue

 

Double

 

 

项目售卖价

 

 

verifyAcct

 

String

 

验券帐号

 

 

 

 

verifyType

 

String

 

验券方式

 

 

 

 

isVerifyPay

 

 

Long

 

 

 

 

 

 

isVoucher

 

Boolean

 

 

 

 

 

请求示例

{

  "date": "2024-03-11",

  "orgId": 100038,

  "pageNo": 1,

  "pageSize":100,

  "shopId": 147

}

响应示例

{

   "couponVerifyHistoryList": [

    {

      "couponBuyPrice": 0.1,

      "couponCancelStatus": 1,

      "couponCode": "013541450619",

      "couponStatusDesc": "已使用",

      "couponUseTime": "2024-03-22 00:01:47",

      "dealBeginTime": "2018-03-18 11:35:20",

      "dealTitle": "t_dV77HpVl2人餐",

      "dealValue": 0.11,

      "isVerifyPay": 2,

      "isVoucher": false,

      "verifyAcct": "账号:",

      "verifyType": "美团技术服务合作中心api验证"

    }

  ],

  "total": 2

}


卜子超buzc 2025年5月14日 17:13 收藏文档