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 @@
|
|||||||
|
{}
|
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1 @@
|
|||||||
|
{}
|
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user