火毅盾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}

      请求参数

      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'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      message
      string 
      必需
      data
      object 
      必需
      product_name
      string 
      必需
      id
      integer 
      必需
      uuid
      string 
      必需
      client_id
      integer 
      必需
      product_id
      integer 
      必需
      line_group_id
      integer 
      必需
      another_name
      string 
      必需
      port_limit
      integer 
      必需
      site_limit
      integer 
      必需
      flow_limit
      integer 
      必需
      sub_domain_limit
      integer 
      必需
      net_limit
      integer 
      必需
      net_conn_limit
      integer 
      必需
      websocket_enable
      boolean 
      必需
      is_edit_port
      boolean 
      必需
      reset_date
      string 
      必需
      status
      string 
      必需
      opening_date
      string 
      必需
      expire_date
      string 
      必需
      cycle
      string 
      必需
      amount
      integer 
      必需
      notes
      null 
      必需
      traffic_package
      null 
      必需
      created_at
      string 
      必需
      updated_at
      string 
      必需
      used
      object 
      必需
      cost
      string 
      必需
      request-id
      string 
      必需
      示例
      {
        "code": 0,
        "message": "string",
        "data": {
          "product_name": "string",
          "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",
          "used": {
            "site": 0,
            "sub_domain": 0,
            "port": 0
          }
        },
        "cost": "string",
        "request-id": "string"
      }
      上一页
      我的订单列表
      下一页
      续费我的订单
      Built with