Skip to content

隧道信息

  • 接口

    /tunnelinfo.php

  • 请求参数

    Query/表单:

    属性说明
    id隧道识别id
  • 返回

    通常为两种情况 请注意分辨

    此接口可以使用返回的code参数识别

    • 查询成功返回
      属性类型说明
      codenumber值为200
      areastring节点所在地
      ipstring节点的地址
      ipareastring隧道连接地址
      namestring节点名称
      tunnel_idstring隧道识别id
      tunnel_namestring隧道名称
      tunnel_typestring隧道类型
      tunnel_apstringfrp额外参数
      tunnel_localipstring隧道本地IP
      tunnel_nportstring隧道本地端口
    • 查询失败返回
      属性类型说明
      codenumber状态码
      errorstring错误信息

Released under the MIT License.