API 文档
返回列表
Base64 编解码
GET|POST
/api/v1/base64
无
Method
URL
Query
Headers
Body
响应结果
发送请求
复制地址
参数
Header
RouteParam
Query
Body
无
无
name
type
required
default
desc
op
string
false
encode
操作:encode/decode(默认encode)
input
string
true
输入内容
urlsafe
int
false
0
是否使用 URL-safe base64(1 表示启用)
无
返回
name
type
desc
data.op
string
操作
data.urlsafe
bool
是否 URL-safe
data.output
string
输出内容