mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-15 04:48:16 +08:00
feat(tenpayv3): 新增境外支付融合钱包订单相关接口
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "1008450740201411110005820873",
|
||||
"sp_appid": "wx2421b1c4370ec43b",
|
||||
"sp_mchid": "10000100",
|
||||
"sub_mchid": "20000100",
|
||||
"out_trade_no": "20150806125346",
|
||||
"payer": {
|
||||
"sp_openid": "oUpF8uN95-Ptaags6E_roPHg7AG0"
|
||||
},
|
||||
"amount": {
|
||||
"total": 528800,
|
||||
"currency": "HKD",
|
||||
"payer_total": 518799,
|
||||
"payer_currency": "CNY",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"trade_type": "MICROPAY",
|
||||
"trade_state": "SUCCESS",
|
||||
"trade_state_desc": "支付成功",
|
||||
"bank_type": "CCB_DEBIT",
|
||||
"attach": "支付测试",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"name": "单品惠-6",
|
||||
"scope": "SINGLE",
|
||||
"type": "DISCOUNT",
|
||||
"amount": 1,
|
||||
"currency": "HKD",
|
||||
"activity_id": "931386",
|
||||
"wechatpay_contribute_amount": 1,
|
||||
"merchant_contribute_amount": 0,
|
||||
"other_contribute_amount": 0,
|
||||
"goods_detail": [
|
||||
{
|
||||
"goods_id": "iphone6s_16G",
|
||||
"goods_remark": "商品备注",
|
||||
"quantity": 1,
|
||||
"price": 528800
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"id": "1008450740201411110005820873",
|
||||
"appid": "wx2421b1c4370ec43b",
|
||||
"mchid": "10000100",
|
||||
"out_trade_no": "20150806125346",
|
||||
"payer": {
|
||||
"openid": "oUpF8uN95-Ptaags6E_roPHg7AG0"
|
||||
},
|
||||
"amount": {
|
||||
"total": 528800,
|
||||
"currency": "HKD",
|
||||
"payer_total": 518799,
|
||||
"payer_currency": "CNY",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"trade_type": "MICROPAY",
|
||||
"trade_state": "SUCCESS",
|
||||
"trade_state_desc": "支付成功",
|
||||
"bank_type": "CCB_DEBIT",
|
||||
"attach": "支付测试",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"name": "单品惠-6",
|
||||
"scope": "SINGLE",
|
||||
"type": "DISCOUNT",
|
||||
"amount": 1,
|
||||
"currency": "HKD",
|
||||
"activity_id": "931386",
|
||||
"wechatpay_contribute_amount": 1,
|
||||
"merchant_contribute_amount": 0,
|
||||
"other_contribute_amount": 0,
|
||||
"goods_detail": [
|
||||
{
|
||||
"goods_id": "iphone6s_16G",
|
||||
"goods_remark": "商品备注",
|
||||
"quantity": 1,
|
||||
"price": 528800
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user