mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
test(wxads): 适配新的模型测试
This commit is contained in:
@@ -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"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"data": {
|
||||
"adcreative_id": 345678
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"adcreative_id": 12345,
|
||||
"adcreative_name": "朋友圈广告创意1"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
Reference in New Issue
Block a user