mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
test(wxads): 适配新的模型测试
This commit is contained in:
parent
f4d9a54abe
commit
7923c89b8d
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user