feat(tenpayv3): 随官方更新平台收付通分账相关接口模型

This commit is contained in:
Fu Diwei
2025-10-20 21:10:34 +08:00
parent adf9b01c4d
commit f44bb80c58
8 changed files with 63 additions and 22 deletions

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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,

View File

@@ -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"
}