mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(tenpayv3): 随官方更新平台收付通商家充值相关接口模型
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
"amount": 500000,
|
||||
"currency": "CNY"
|
||||
},
|
||||
"notify_url": "https://www.weixin.qq.com/wxpay/pay.php"
|
||||
"notify_url": "https://www.weixin.qq.com/wxpay/pay.php",
|
||||
"available_recharge_channels": [ "BANK_TRANSFER" ],
|
||||
"remark": "充值备注"
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@
|
||||
"recharge_scene": "ECOMMERCE_BANK_TRANSFER",
|
||||
"recharge_state": "SUCCESS",
|
||||
"recharge_state_desc": "超过时间限制,系统自动关闭充值单",
|
||||
"success_time": "2015-05-20T13:29:35+08:00"
|
||||
"success_time": "2015-05-20T13:29:35+08:00",
|
||||
"available_recharge_channels": [ "BANK_TRANSFER" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user