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

This commit is contained in:
Fu Diwei 2021-06-11 21:58:48 +08:00
parent f4d9a54abe
commit 7923c89b8d
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"image_id": "999:4f71a5b6e71c6abf67a2b16c0b9017a8",
"width": 160,
"height": 210,
"file_size": 10280,
"type": "IMAGE_TYPE_JPG",
"signature": "4f71a5b6e71c6abf67a2b16c0b9017a8",
"preview_url": "https://example.com/example.jpg"
}
}

View File

@ -0,0 +1,23 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"image_id": "2644750941:4f71a5b6e71c6abf67a2b16c0b9017a8",
"width": 160,
"height": 210,
"file_size": 10280,
"type": "IMAGE_TYPE_JPG",
"signature": "4f71a5b6e71c6abf67a2b16c0b9017a8",
"preview_url": "https://example.com/example.jpg"
}
],
"page_info": {
"total_number": 1,
"total_page": 1,
"page_size": 10,
"page": 1
}
}
}