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

12 lines
227 B
JSON
Raw Normal View History

2021-06-12 18:17:44 +08:00
{
"errcode": 0,
"errmsg": "",
"data": {
"fund_type": "GENERAL_SHARED",
"amount": 120000,
"external_bill_no": "spa-123456",
"time": 1459924690,
"is_repeated": false
}
2022-05-06 20:29:27 +08:00
}