mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(tenpayv3): 新增银行周周惠相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"applying_merchant_id": 10000098,
|
||||
"store_id": 111111
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"activity_id": 10001,
|
||||
"success_time": "2018-06-08T10:34:56+08:00"
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"activity_area_code": [
|
||||
"110000"
|
||||
],
|
||||
"activity_available_begin_time": "2018-06-08T10:34:56+08:00",
|
||||
"activity_available_end_time": "2018-08-08T10:34:56+08:00",
|
||||
"activity_available_week": [
|
||||
"1"
|
||||
],
|
||||
"activity_coupon_amount": 10,
|
||||
"activity_id": "111111",
|
||||
"activity_limit_pay": "CCB_DEBIT",
|
||||
"activity_logo": "https://xxx.xxx.xxx.jpg",
|
||||
"activity_max_amount": 100000,
|
||||
"activity_max_amount_per_day": 100000,
|
||||
"activity_name": "xxx周周惠活动",
|
||||
"activity_remark": "周周惠,每周日,周一独享",
|
||||
"activity_scene": "SCAN_CODE_TO_ORDER",
|
||||
"activity_state": "APPLYING",
|
||||
"activity_transaction_minimum_amount": 100
|
||||
}
|
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"activity_area_code": [
|
||||
"110000"
|
||||
],
|
||||
"activity_available_begin_time": "2018-06-08T10:34:56+08:00",
|
||||
"activity_available_end_time": "2018-08-08T10:34:56+08:00",
|
||||
"activity_available_week": [
|
||||
"1"
|
||||
],
|
||||
"activity_coupon_amount": 10,
|
||||
"activity_id": "111111",
|
||||
"activity_limit_pay": "CCB_DEBIT",
|
||||
"activity_logo": "https://xxx.xxx.xxx.jpg",
|
||||
"activity_max_amount": 100000,
|
||||
"activity_max_amount_per_day": 100000,
|
||||
"activity_name": "xxx周周惠活动",
|
||||
"activity_remark": "周周惠,每周日,周一独享",
|
||||
"activity_scene": "SCAN_CODE_TO_ORDER",
|
||||
"activity_state": "APPLYING",
|
||||
"activity_transaction_minimum_amount": 100
|
||||
}
|
||||
],
|
||||
"limit": 5,
|
||||
"offset": 10,
|
||||
"total_count": 1234
|
||||
}
|
Reference in New Issue
Block a user