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