Proxy302 API
  1. Schemas
Proxy302 API
  • API Tutorial/接口说明
  • User/用户
    • 获取Token/Get Token
      GET
    • 获取用户信息/Get Userinfo
      GET
  • Proxy/代理
    • 静态流量/Static Traffic
      POST
    • 静态IP/Static IP
      POST
    • 动态流量/Rotating Traffic
      POST
    • 动态IP/Rotating IP
      POST
  • Othes/其他
    • 获取地区代码/Get Area Code
      GET
    • 获取支付方式代码/Get Payment Code
      GET
  • 数据模型
    • Schemas
      • AreaParams
      • BaseData
      • HTTPValidationError
      • PayWayParams
      • Protocol
      • ValidationError
  1. Schemas

HTTPValidationError(HTTPValidationError)

{
    "detail": [
        {
            "loc": [
                "string"
            ],
            "msg": "string",
            "type": "string"
        }
    ]
}
Built with