DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Funds/FundsGetResponse.json
2021-06-12 18:17:44 +08:00

25 lines
607 B
JSON

{
"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
}
}
]
}
}