title language_tabs toc_footers includes search code_clipboard highlight_theme headingLevel generator
proxy-text
shell
Shell
http
HTTP
javascript
JavaScript
ruby
Ruby
python
Python
php
PHP
java
Java
go
Go
true
true
darkula
2
@tarslib/widdershins v4.0.23

Base URLs:

Authentication

Default

POST 授权示例

POST /proxy/api/hello/violet

请求参数

名称 位置 类型 必选 说明
userid header string none

返回示例

200 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK none Inline

返回数据结构

POST 上传文件

POST /proxy/api/file/upload

Body 请求参数

file: file://C:\Users\COLORFUL\Pictures\Screenshot 2024-08-24 224241.png

请求参数

名称 位置 类型 必选 说明
userid header string none
body body object none
» file body string(binary) none

返回示例

200 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK none Inline

返回数据结构

GET 下载文件

GET /proxy/api/file/download/Screenshot 2024-08-24 224241.png

Body 请求参数

{}

请求参数

名称 位置 类型 必选 说明
userid header string none
body body object none

返回示例

200 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK none Inline

返回数据结构

数据模型