mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
25 lines
607 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |