{
"file": "string"
}
curl --location --request POST '/adminapi/setting/galleryPic/uploadImg' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"picThumb": "string",
"picUrl": "string",
"picName": "string",
"picId": 0
}