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,9 @@
{
"task_name": "testtaskname",
"task_type": "TASK_TYPE_AGENCY_ADGROUP_HOURLY_REPORT",
"task_spec": {
"task_type_adgroup_hourly_report_spec": {
"date": "2019-03-24"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"task_id": 12345
}
}

View File

@@ -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
}
}
}

View File

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