上传图片到图床
POST https://imageproxy.zhongzhuan.chat/api/upload
概览
| Method | POST |
|---|---|
| Path | https://imageproxy.zhongzhuan.chat/api/upload |
| Type | http |
| Status | -2 |
| Module | 2102810 |
| Folder | 45008042 |
请求体
{ "type": "multipart/form-data", "parameters": [ { "required": false, "description": "", "type": "file", "id": "kGD5GMhhHf", "enable": true, "name": "file", "schema": { "format": "binary", "type": "string" }, "sampleValue": "file://C:\\Users\\Administrator\\Desktop\\场景2.png" } ], "required": false, "mediaType": "", "examples": [], "oasExtensions": "" }
响应
[ { "id": 779069171, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]