火毅盾web api
    火毅盾web api
    • 登录
      POST
    • 修改密码
      POST
    • 登出
      POST
    • 获取信息
      GET
    • 菜单路由
      GET
    • 公告列表
      GET
    • 公告信息
      GET
    • 证书列表
      GET
    • 获取证书信息
      GET
    • 上传证书
      POST
    • 续订证书
      POST
    • 删除证书
      DELETE
    • 认证信息
      GET
    • 登录邮箱提醒开关
      POST
    • 获取通知设置
      GET
    • 更新通知设置
      PUT
    • 获取通知推送
      GET
    • 更新通知推送
      PUT
    • 主域名列表
      GET
    • 站点统计
      GET
    • 我的订单列表
      GET
    • 我的订单详情
      GET
    • 续费我的订单
      POST
    • 更新订单备注
      PUT
    • 订单升级
      GET
    • 计算订单升级费用
      POST
    • 获取主流量包信息
      GET
    • 获取扩展流量包信息
      GET
    • 充钱
      POST
    • 获取充钱接口
      GET
    • 获取套餐分类
      GET
    • 获取套餐分类信息
      GET
    • 获取套餐组列表
      GET
    • 获取套餐信息
      GET
    • 站点列表
      GET
    • 添加站点
      POST
    • 站点信息
      GET
    • 站点域名更新
      PUT
    • 站点端口更新
      PUT
    • 删除站点
      DELETE
    • 检查域名解析
      POST
    • 申请自动证书
      POST
    • 清理站点缓存
      POST
    • 获取子域名列表
      GET
    • 添加子域名
      POST
    • 删除子域名
      DELETE
    • 站点配置,太复杂没录
      GET
    • 站点信息获取,太复杂没录
      GET
    • 站点黑名单拦截?
      GET
    • 站点黑名单释放?
      POST
    • 缓存预热
      POST
    • 查询缓存预热配额
      GET

      订单升级

      开发中
      GET
      /order/{id}/upgrade

      请求参数

      Path 参数
      id
      string 
      必需
      示例值:
      406

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/order/406/upgrade'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      message
      string 
      必需
      data
      object 
      必需
      order
      object 
      必需
      product
      object 
      必需
      product_list
      null 
      必需
      cost
      string 
      必需
      request-id
      string 
      必需
      示例
      {
        "code": 0,
        "message": "string",
        "data": {
          "order": {
            "id": 0,
            "uuid": "string",
            "client_id": 0,
            "product_id": 0,
            "line_group_id": 0,
            "another_name": "string",
            "port_limit": 0,
            "site_limit": 0,
            "flow_limit": 0,
            "sub_domain_limit": 0,
            "net_limit": 0,
            "net_conn_limit": 0,
            "websocket_enable": true,
            "is_edit_port": true,
            "reset_date": "string",
            "status": "string",
            "opening_date": "string",
            "expire_date": "string",
            "cycle": "string",
            "amount": 0,
            "notes": null,
            "traffic_package": null,
            "created_at": "string",
            "updated_at": "string"
          },
          "product": {
            "id": 0,
            "gid": 0,
            "name": "string",
            "description": "string",
            "hidden": true,
            "stock_control": true,
            "qty": 0,
            "retired": true,
            "real_name": true,
            "line_group_id": 0,
            "port_limit": 0,
            "site_limit": 0,
            "flow_limit": 0,
            "sub_domain_limit": 0,
            "net_limit": 0,
            "net_conn_limit": 0,
            "websocket_enable": true,
            "is_edit_port": true,
            "monthly_price": 0,
            "quarterly_price": 0,
            "semiannually_price": 0,
            "annually_price": 0,
            "sort": 0,
            "created_at": "string",
            "updated_at": "string"
          },
          "product_list": null
        },
        "cost": "string",
        "request-id": "string"
      }
      上一页
      更新订单备注
      下一页
      计算订单升级费用
      Built with