mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
test(tenpayv3): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"total_count": 100,
|
||||
"offset": 0,
|
||||
"limit": 100,
|
||||
"data": [
|
||||
{
|
||||
"mchid": "2480253391",
|
||||
"account_type": "BASIC",
|
||||
"income_record_type": "OFFLINERECHARGE",
|
||||
"income_record_id": "4200000811202011056138519459",
|
||||
"amount": 100,
|
||||
"success_time": "2017-12-08T00:08:00.00+08:00",
|
||||
"bank_name": "招商银行",
|
||||
"bank_account_name": "财付通支付科技有限公司",
|
||||
"bank_account_number": "****6473"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"total_count": 0,
|
||||
"offset": 0,
|
||||
"limit": 0,
|
||||
"data": [
|
||||
{
|
||||
"sub_mchid": "2480253391",
|
||||
"account_type": "BASIC",
|
||||
"income_record_type": "OFFLINERECHARGE",
|
||||
"income_record_id": "4200000811202011056138519459",
|
||||
"amount": 2734921,
|
||||
"success_time": "2017-12-08T00:08:00.00+08:00",
|
||||
"bank_name": "招商银行",
|
||||
"bank_account_name": "北京三快科技有限公司",
|
||||
"bank_account_number": "****6473"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user