Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Funds/FundsGetResponse.json
2022-05-06 20:44:39 +08:00

26 lines
608 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
}
}
]
}
}