上传图片到图床
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/api/upload:
post:
summary: 上传图片到图床
deprecated: false
description: ''
tags:
- 帮助中心
parameters: []
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
file:
format: binary
type: string
example: >-
file://C:\Users\Administrator\Desktop\d63ea1bd9011777e653b1addc7a88433.png
examples: {}
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
x-apifox-name: 成功
security:
- bearer: []
x-apifox-folder: 帮助中心
x-apifox-status: developing
x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-356192326-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://www.anyapi.vip
description: 正式环境
security:
- bearer: []