Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinExpress/Intracity/CgibinExpressIntracityBalanceQueryResponse.json

24 lines
610 B
JSON
Raw Normal View History

{
"appid": "wx539e0b4872f196d1",
"wx_store_id": "4000000000000042001",
"all_balance": 10,
"balance_detail": [
{
"balance": 10,
"service_trans_id": "DADA",
"service_trans_name": "达达快送",
"order_list": [
{
"payorder_id": "2978080038359269380",
"unused_amt": 10,
"charge_amt": 10,
"begin_time": 1687099701,
"end_time": 1689691701
}
]
}
],
"errcode": 0,
"errmsg": "OK"
}