test(wxads): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-12 18:17:44 +08:00
parent 8d2e06347d
commit 902b022dc0
71 changed files with 640 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"time": 1556612473,
"amount": 660000,
"fund_type": "FUND_TYPE_CASH",
"bill_number": "",
"description": "zhangwen-13800138000"
},
{
"time": 1556612738,
"amount": 50000,
"fund_type": "FUND_TYPE_CASH",
"bill_number": "",
"description": "zhangwen-13800138000"
}
],
"page_info": {
"page": 1,
"page_size": 10,
"total_number": 2,
"total_page": 1
}
}
}

View File

@@ -0,0 +1,6 @@
{
"fund_type": "GENERAL_SHARED",
"amount": 120000,
"external_bill_no": "spa-123456",
"memo": "从子客户账户转账"
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"fund_type": "GENERAL_SHARED",
"amount": 120000,
"external_bill_no": "spa-123456",
"time": 1459924690,
"is_repeated": false
}
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"fund_type": "GENERAL_CASH",
"balance": 120000
},
{
"fund_type": " GENERAL_GIFT",
"balance": 20000
},
{
"fund_type": "FUND_TYPE_MINIPROGRAM",
"balance": 50000,
"credit_roll_spec": {
"limit_amount": 100000,
"usable_amount": 50000,
"used_amount": 50000
}
}
]
}
}