{
"appId": "{{appid}}",
"imgUrls": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x300"
]
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/sns/uploadSnsImage' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"imgUrls": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x300",
"http://dummyimage.com/400x300"
]
}'
{
"ret": 200,
"msg": "操作成功",
"data": [
{
"fileUrl": "http://szmmsns.qpic.cn/mmsns/FzeKA69P5uJr4JZ7M7h6bAeMo2q3AKbyA2aqtKtBTibicSJdhlBuc30AMOCFkCYdnCxleUX35NBBE/0",
"thumbUrl": "http://szmmsns.qpic.cn/mmsns/FzeKA69P5uJr4JZ7M7h6bAeMo2q3AKbyA2aqtKtBTibicSJdhlBuc30AMOCFkCYdnCxleUX35NBBE/150",
"fileMd5": "704de7ebbc107a51a4f0986253a6d3b6",
"length": 1096,
"width": 1920,
"height": 1080
},
{
"fileUrl": "http://szmmsns.qpic.cn/mmsns/FzeKA69P5uJr4JZ7M7h6bAeMo2q3AKby5mg2I3C20yLn95mWHQ0dC4hqWosWyf1zf43Xmut3CCE/0",
"thumbUrl": "http://szmmsns.qpic.cn/mmsns/FzeKA69P5uJr4JZ7M7h6bAeMo2q3AKby5mg2I3C20yLn95mWHQ0dC4hqWosWyf1zf43Xmut3CCE/150",
"fileMd5": "f34ccc016a83c23d11b94f9c4ef533f3",
"length": 1086,
"width": 1920,
"height": 1080
}
]
}