请求URL
/storage/uploadFile
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
file | file[] | 否 |
返回结果
{ "fileUrl":"string[] //图片Url" }
请求URL
/storage/upload
POST
请求体 application/json
{ "image":[{ "base64Image":"string //图片Base64编码【必须】", "suffix":"string //图片后缀名【必须】" }] }
返回结果
{ "fileUrl":"string[] //图片Url" }