API 文档

Base64 编解码
GET|POST
/api/v1/base64
响应结果
参数
  • Header
  • RouteParam
  • Query
  • Body
nametyperequireddefaultdesc
opstringfalseencode操作:encode/decode(默认encode)
inputstringtrue输入内容
urlsafeintfalse0是否使用 URL-safe base64(1 表示启用)
返回
nametypedesc
data.opstring操作
data.urlsafebool是否 URL-safe
data.outputstring输出内容