Skip to content

chinacase/wechatcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

wechatcheck

微信域名检测

install

go get -u github.com/chinacase/wechatcheck

example

package main

import (
	"github.com/chinacase/wechatcheck"
	"fmt"
)



func main() {

	func main() {

	fmt.Println("hello world")
	r := wechat.CheckURL("www.baidu.com/")
	//r := wechat.CheckURL("https://www.baidu.com/") //或者
	fmt.Println(r)
}
}
  • Status 状态 1:安全性未知 2:危险网站 3:安全网站

About

微信相关封装

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages