fix(tenpayv3): 修复查询代金券相关接口的响应模型定义错误

This commit is contained in:
Fu Diwei
2021-11-11 10:45:36 +08:00
parent 62b425eca1
commit 2650f997da
5 changed files with 5 additions and 100 deletions

View File

@@ -10,7 +10,7 @@
"max_amount": 5000,
"max_amount_by_day": 400,
"max_coupons_per_user": 3,
"trade_type": "MICROAPP"
"trade_type": [ "OTHER", "APPPAY" ]
},
"available_begin_time": "2015-05-20T13:29:35.120+08:00",
"available_end_time": "2015-05-20T13:29:35.120+08:00",

View File

@@ -17,16 +17,17 @@
"transaction_minimum": 100
},
"max_coupons_per_user": 3,
"trade_type": "APPPAY"
"trade_type": [ "OTHER", "APPPAY" ]
},
"available_begin_time": "2015-05-20T13:29:35.120+08:00",
"available_end_time": "2015-05-20T13:29:35.120+08:00",
"distributed_coupons": 100,
"no_cash": true,
"singleitem": true,
"singleitem ": true,
"stock_type": "NORMAL"
}
],
"limit": 8,
"offset": 1
}
}