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:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mchid": "1900000100",
|
||||
"transaction_id": "4200000000000000000000000000",
|
||||
"order_id": "1217752501201407033233368018",
|
||||
"out_order_no": "P20150806125346",
|
||||
"receiver": {
|
||||
"type": "MERCHANT_ID",
|
||||
"account": "1900000100",
|
||||
"amount": 888,
|
||||
"description": "运费/交易分账/及时奖励"
|
||||
},
|
||||
"success_time": "2018-06-08T10:34:56+08:00"
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sp_mchid": "1900000100",
|
||||
"sub_mchid": "1900000100",
|
||||
"transaction_id": "4200000000000000000000000000",
|
||||
"order_id": "1217752501201407033233368018",
|
||||
"out_order_no": "P20150806125346",
|
||||
"receiver": {
|
||||
"type": "MERCHANT_ID",
|
||||
"account": "1900000100",
|
||||
"amount": 888,
|
||||
"description": "运费/交易分账/及时奖励"
|
||||
},
|
||||
"success_time": "2018-06-08T10:34:56+08:00"
|
||||
}
|
Reference in New Issue
Block a user