接口地址:https://api.bcrjl.com/api/tencent.domain.detection.php
返回格式:json
请求方式:GET
请求示例:https://api.bcrjl.com/api/tencent.domain.detection.php?url=api.bcrjl.com

请求参数说明:

名称 必填 类型 说明
  url string 输入域名,如:api.bcrjl.com

返回参数说明:

名称 类型 说明
  code string 返回的状态码
  msg string 返回检测信息!
  url string 提交检测的域名
  type string 返回正常或拦截

返回示例:

{
    "code": 1,
    "msg": "检测成功",
    "url": "api.bcrjl.com",
    "type": "正常"
}

服务级错误码参照(error_code):

  错误码 说明
  200101 请输入网址!

系统级错误码参照:

  错误码 说明 旧版本(resultcode)

错误码格式说明(示例:200201):

  2 002 01
  服务级错误(1为系统级错误) 服务模块代码(即数据ID) 具体错误代码

PHP演示: