test(wxads): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-12 18:17:44 +08:00
parent 8d2e06347d
commit 902b022dc0
71 changed files with 640 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"campaign_id": 12345,
"adcreative_name": "朋友圈广告创意",
"adcreative_template_id": 263,
"adcreative_elements": {
"title": "微信,是一个生活方式!",
"image_list": [ "<IMAGE_ID>" ],
"link_name_type": "GET_COUPONS"
},
"destination_url": "https://weixin.qq.com",
"site_set": [ "SITE_SET_WECHAT" ],
"product_type": "PRODUCT_TYPE_LINK_WECHAT"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"adcreative_id": 345678
}
}

View File

@@ -0,0 +1,30 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"campaign_id": 23456,
"adcreative_id": 345678,
"adcreative_name": "朋友圈广告创意1",
"adcreative_template_id": 263,
"adcreative_elements": {
"title": "微信,是一个生活方式!",
"image_list": [ "51959:7ef00101f6284a318ccf5" ]
},
"destination_url": "https://weixin.qq.com",
"site_set": [ "SITE_SET_WECHAT" ],
"product_type": "PRODUCT_TYPE_LINK_WECHAT",
"product_refs_id": "",
"created_time": 1013554516,
"last_modified_time": 103435226
}
],
"page_info": {
"total_number": 1,
"total_page": 1,
"page_size": 10,
"page": 1
}
}
}

View File

@@ -0,0 +1,4 @@
{
"adcreative_id": 12345,
"adcreative_name": "朋友圈广告创意1"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}