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,5 @@
{
"qualification_type": "INDUSTRY_QUALIFICATION",
"qualification_name": "增值电信业务经营许可证",
"qualification_image_id": "999: 4f71a5b6e71c6abf67a2b16c0b9017a8"
}

View File

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

View File

@@ -0,0 +1,3 @@
{
"qualification_id": 12345
}

View File

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

View File

@@ -0,0 +1,23 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"qualification_id": 12345,
"qualification_name": "《增值电信业务经营许可证》",
"qualification_url": "https://www.example.com/image/01",
"qualification_type": "INDUSTRY_QUALIFICATION",
"qualification_status": "QUALIFICATION_STATUS_NORMAL",
"valid_date": "",
"reject_message": ""
}
],
"page_info": {
"total_number": 1,
"total_page": 1,
"page_size": 10,
"page": 1
}
}
}