Upload Pictures
This is an HTTP-POST request
Parameter | Description | Required |
---|---|---|
action | uploadImg | True |
thumbnail | Do you need to generate thumbnails? True: false | False |
response:
Parameter | Description | Required |
---|---|---|
picBig | Large image access address | True |
picSmall | Thumbnail Access Address | False |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"picBig":"http://img.shinemonitor.com/img/2017/07/18/201707181951559253EFBEED2.png",
"picSmall":"http://img.shinemonitor.com/img/2017/07/18/201707181951559253EFBEED3.png"
}
}