{
"imgUrls": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300"
]
}curl --location --request POST '/uploadSnsImage' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"imgUrls": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x300"
]
}'{
"ret": 0,
"msg": "string",
"data": [
{
"fileUrl": "string",
"thumbUrl": "string",
"fileMd5": "string",
"length": 0,
"videoWidth": null,
"videoHeight": null,
"imageWidth": null,
"imageHeight": null,
"md5": null,
"totalSize": null,
"width": 0,
"height": 0,
"videoDuration": null
}
]
}