mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
test(wxads): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"date": "2017-04-01",
|
||||
"campaign_id": 0,
|
||||
"campaign_name": "",
|
||||
"adgroup_id": 2001,
|
||||
"adgroup_name": "公众号广告组测试1",
|
||||
"impression": 12000,
|
||||
"click": 1500,
|
||||
"cost": 1650,
|
||||
"like_or_comment": 0,
|
||||
"image_click": 0,
|
||||
"follow": 0,
|
||||
"share": 0,
|
||||
"lbs_wechat_pv": 0,
|
||||
"lbs_wechat_uv": 0
|
||||
}
|
||||
],
|
||||
"page_info": {
|
||||
"total_number": 1,
|
||||
"total_page": 1,
|
||||
"page_size": 10,
|
||||
"page": 1
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user