mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(tenpayv3): 随官方更新平台收付通分账相关接口模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"appid": "wx8888888888888888",
|
||||
"sub_mchid": "1900000109",
|
||||
"transaction_id": "4208450740201411110007820472",
|
||||
@@ -6,9 +6,10 @@
|
||||
"receivers": [
|
||||
{
|
||||
"type": "MERCHANT_ID",
|
||||
"receiver_account": "1900000110",
|
||||
"receiver_account": "1900000109",
|
||||
"amount": 100,
|
||||
"description": "分给商户1900000110"
|
||||
"description": "分给商户1900000110",
|
||||
"receiver_name": "hu89ohu89ohu89o"
|
||||
}
|
||||
],
|
||||
"finish": true
|
||||
|
||||
@@ -1,6 +1,19 @@
|
||||
{
|
||||
{
|
||||
"sub_mchid": "1900000109",
|
||||
"transaction_id": "4208450740201411110007820472",
|
||||
"out_order_no": "P20150806125346",
|
||||
"order_id": "3008450740201411110007820472"
|
||||
"order_id": "3008450740201411110007820472",
|
||||
"receivers": [
|
||||
{
|
||||
"amount": 100,
|
||||
"description": "分给商户1900000110",
|
||||
"result": "SUCCESS",
|
||||
"finish_time": "2015-05-20T13:29:35.120+08:00",
|
||||
"fail_reason": "ACCOUNT_ABNORMAL",
|
||||
"type": "MERCHANT_ID",
|
||||
"receiver_account": "1900000109",
|
||||
"detail_id": "36011111111111111111111"
|
||||
}
|
||||
],
|
||||
"status": "PROCESSING"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
{
|
||||
"sub_mchid": "1900000109",
|
||||
"order_id": "3008450740201411110007820472",
|
||||
"out_order_no": "P20150806125346",
|
||||
"out_return_no": "R20190516001",
|
||||
"return_mchid": "86693852",
|
||||
"amount": 10,
|
||||
"description": "分账回退"
|
||||
"description": "分账回退",
|
||||
"transaction_id": "4208450740201411110007820472"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"sub_mchid": "1900000109",
|
||||
"transaction_id": "4208450740201411110007820472",
|
||||
"out_order_no": "P20150806125346",
|
||||
@@ -11,7 +11,10 @@
|
||||
"description": "分给商户1900000110",
|
||||
"result": "SUCCESS",
|
||||
"finish_time": "2015-05-20T13:29:35.120+08:00",
|
||||
"fail_reason": "ACCOUNT_ABNORMAL"
|
||||
"fail_reason": "ACCOUNT_ABNORMAL",
|
||||
"type": "MERCHANT_ID",
|
||||
"receiver_account": "1900000109",
|
||||
"detail_id": "36011111111111111111111"
|
||||
}
|
||||
],
|
||||
"finish_amount": 100,
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
{
|
||||
{
|
||||
"sub_mchid": "1900000109",
|
||||
"order_id": "3008450740201411110007820472",
|
||||
"out_order_no": "P20150806125346",
|
||||
"out_return_no": "R20190516001",
|
||||
"return_no": "3008450740201411110007820472",
|
||||
"return_mchid": "86693852",
|
||||
"amount": 10,
|
||||
"return_no": "3008450740201411110007820472",
|
||||
"result": "SUCCESS",
|
||||
"fail_reason": "TIME_OUT_CLOSED",
|
||||
"finish_time": "2015-05-20T13:29:35.120+08:00"
|
||||
"finish_time": "2015-05-20T13:29:35.120+08:00",
|
||||
"transaction_id": "4208450740201411110007820472"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user