2.2 添加-防封网址

本API接口对应的会员中心页面版(添加):

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

说明:

  • 本功能会自动启动监控微信封杀情况,如果你设置了多个落地页域名.某个落地页域名封,会自动切换到可用的域名.同时我们会以短信/微信/邮箱实时通知你

请求URL:

  • https://wechaturl.us/api/DomainShortUrl.json

请求方式:

  • 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

值:add

url

string

输入http(s)://开头的网址 记住,填写的网址对应的域名必须提前添加到落地页域名列表,可以到这里去操作 https://www.wechaturl.us/user/index.html#business_management/land_domain

visit_type

string

值只能是:browser,frame,jump,android_browser.默认 jump 如果你不知道它含义请到会员中心页面版查看

group_id

int

默认为0;一般情况你不会使用这个参数,除非你有多个项目

title

string

网址的title标签,默认null

返回示例

  • https://wechaturl.us/api/DomainShortUrl.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&type=add&visit_type=jump&title=title1&url=http://www.cnblogs.com/shanyou/p/11219156.html

{
  "code": 1,
  "message": "添加成功!",
  "weibo_shorturl": "http://t.cn/AiT7FLM9"
}

查看所有CODE、STATUS值含义

最后更新于

这有帮助吗?