域名防封-域名防红免费API.php sdk,java sdk-防封防红免费源码下载
  • 微信域名防封接口(SDK)
  • 先看这里
  • CODE提示代码汇总
  • 打开落地页方式
  • 第三方短网址
  • 屏蔽云端爬虫检测
  • 1.任意网址防封API
    • 1.1 添加-防封网址
    • 1.2 修改-防封网址
    • 1.3 删除-防封网址
    • 1.4 获取防封网址列表
  • 2. 域名防封API
    • 2.1 落地页域名列表【我的网站(池)】
    • 2.2 添加-防封网址
    • 2.3 修改-防封网址
    • 2.4 删除-防封网址
    • 2.5 列表-防封网址
    • 2.6 超高频域名检测
    • 2.7 动态设置任何URI参数
  • 3. 域名监控API
    • 3.1 添加-网址自动监控
    • 3.2 修改-网址自动监控
    • 3.3 删除-网址自动监控
    • 3.4 监控列表-网址自动监控
    • 3.5 支持频率-网址自动监控
    • 3.6 单次检测-网址实时监控
  • 4. 短网址API
    • 4.1 获取入口域名池列表
    • 4.2 长网址转短网址
  • 5. 服务器搭建配置
    • 5.1 短网址服务器搭建
    • 5.2 域名解析到短网址服务器
  • end
    • application blacklist
  • 6.https证书生成
    • 6.1添加证书
由 GitBook 提供支持
在本页

这有帮助吗?

  1. 2. 域名防封API

2.1 落地页域名列表【我的网站(池)】

本API接口对应的会员中心页面:

  • https://www.wechaturl.us/user/index.html#business_management/land_domain

本功能说明:

  • 通过API只能获取落地页域名.如果需要编辑/添加/删除落地页域名,请到网页版进行操作 https://www.wechaturl.us/user/index.html#business_management/land_domain

请求URL:

  • https://wechaturl.us/api/DomainShortUrl.json?appid=29552402&appkey=9b2a6eca05aae8a98a52c6d0e42b7425&type=GetLandDomainList

请求方式:

  • POST 或者GET(如果用GET,特殊字符串需要url编码)

参数:

参数名

必选

类型

说明

appid

是

int

http://www.wechaturl.us/user/index.html 去免费获取appid

appkey

是

string

http://www.wechaturl.us/user/index.html 去免费获取appkey

type

是

string

值是: GetLandDomainList

domain

否

string

如果有domain参数,则只筛选一条域名

返回示例

{
  "code": 1,
  "message": "ok",
  "data": {
    "count": 4,
    "list": [
      {
        "scheme": "http://",
        "land_domain": "www.sohu.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      },
      {
        "scheme": "http://",
        "land_domain": "www.163.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      },
      {
        "scheme": "http://",
        "land_domain": "www.sina.com.cn",
        "group_name": "默认分组",
        "status": "0",
        "is_customize_template": "0"
      },
      {
        "scheme": "https://",
        "land_domain": "www.cnblogs.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      }
    ]
  }
}
上一页1.4 获取防封网址列表下一页2.2 添加-防封网址

最后更新于5年前

这有帮助吗?

查看所有CODE、STATUS值含义