POST api/Upload/SaveImg?fileurl={fileurl}&fileName={fileName}&w={w}&h={h}
“SaveImg”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| img | “img”的文档。 |
Define this parameter in the request body. |
| fileurl | “fileurl”的文档。 |
Define this parameter in the request URI. |
| fileName | “fileName”的文档。 |
Define this parameter in the request URI. |
| w | “w”的文档。 |
Define this parameter in the request URI. |
| h | “h”的文档。 |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.