mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 01:44:42 +08:00
fix(tenpayv3): 修复查询代金券相关接口的响应模型定义错误
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user