Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Reports/RealtimeCostGetResponse.json

20 lines
368 B
JSON
Raw Normal View History

2021-06-12 18:17:44 +08:00
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"campaign_id": 123456,
"adgroup_id": 2001,
"cost": 1650
}
],
"page_info": {
"total_number": 1,
"total_page": 1,
"page_size": 10,
"page": 1
}
}
2022-05-06 20:29:27 +08:00
}