微信拦截检测API

GET
https://api.mymzf.com/api/wxlj

接口描述

检测域名微信内打开是否会爆红,如果未拦截会提示,该域名未拦截

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/wxlj?m=url&a=validUrl&url=lanfucai.com'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{"data":"\u4e0d\u662f\u5408\u6cd5\u7684\u7f51\u5740\u94fe\u63a5","reCode":-201}