mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(tenpayv3): 随官方更新部分接口模型
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"bank_alias_code": "1000006247",
|
||||
"account_bank": "招商银行其他银行",
|
||||
"account_bank_code": 1001,
|
||||
"need_bank_branch": "true"
|
||||
"need_bank_branch": true
|
||||
}
|
||||
]
|
||||
}
|
@@ -6,7 +6,7 @@
|
||||
"bank_alias_code": "1000006247",
|
||||
"account_bank": "招商银行其他银行",
|
||||
"account_bank_code": 1001,
|
||||
"need_bank_branch": "true"
|
||||
"need_bank_branch": true
|
||||
}
|
||||
],
|
||||
"offset": "0"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"goods_name": "xxx商品可用",
|
||||
"stock_type": "NORMAL",
|
||||
"transferable": false,
|
||||
"shareable": "false",
|
||||
"shareable": false,
|
||||
"coupon_state": "SENDED",
|
||||
"display_pattern_info": {
|
||||
"merchant_logo_url": "https://xxx",
|
||||
|
@@ -30,7 +30,7 @@
|
||||
"description": "就餐的预估费用"
|
||||
},
|
||||
"total_amount": 40000,
|
||||
"need_collection": "true",
|
||||
"need_collection": true,
|
||||
"collection": {
|
||||
"state": "USER_PAID",
|
||||
"total_amount": 50000,
|
||||
|
@@ -30,7 +30,7 @@
|
||||
"description": "就餐的预估费用"
|
||||
},
|
||||
"total_amount": 40000,
|
||||
"need_collection": "true",
|
||||
"need_collection": true,
|
||||
"collection": {
|
||||
"state": "USER_PAID",
|
||||
"total_amount": 50000,
|
||||
|
Reference in New Issue
Block a user