Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Funds/FundStatementsDetailedGetResponse.json

28 lines
703 B
JSON
Raw Normal View History

2021-06-12 18:17:44 +08:00
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"time": 1556612473,
"amount": 660000,
"fund_type": "FUND_TYPE_CASH",
"bill_number": "",
"description": "zhangwen-13800138000"
},
{
"time": 1556612738,
"amount": 50000,
"fund_type": "FUND_TYPE_CASH",
"bill_number": "",
"description": "zhangwen-13800138000"
}
],
"page_info": {
"page": 1,
"page_size": 10,
"total_number": 2,
"total_page": 1
}
}
}