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,9 @@
|
||||
{
|
||||
"task_name": "testtaskname",
|
||||
"task_type": "TASK_TYPE_AGENCY_ADGROUP_HOURLY_REPORT",
|
||||
"task_spec": {
|
||||
"task_type_adgroup_hourly_report_spec": {
|
||||
"date": "2019-03-24"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"data": {
|
||||
"task_id": 12345
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"task_id": 12345,
|
||||
"task_name": "test task name",
|
||||
"task_type": "TASK_TYPE_AGENCY_AD_HOURLY_REPORT",
|
||||
"status": "TASK_STATUS_COMPLETED",
|
||||
"created_time": 1403243242,
|
||||
"result": {
|
||||
"code": 0,
|
||||
"message": "",
|
||||
"data": {
|
||||
"file_info_list": [
|
||||
{
|
||||
"file_id": 12345,
|
||||
"md5": "79054025255fb1a26e4bc422aef54eb4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"page_info": {
|
||||
"page": 1,
|
||||
"page_size": 10,
|
||||
"total_number": 1,
|
||||
"total_page": 1
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
Reference in New Issue
Block a user