最近微信导航网站比较火微信公众号导航网,微信导航是现在新兴的一种导航网站,主要是提供微信公众账号、关键词、昵称、功能、二维码等等一系列微信账号信息查询的微信公众导航平台。
request.URL = WXContant.sendmsgUrlUrl(host,this.Sid, this.Skey);
微信公众号导航网request.requestBody = "{\"BaseRequest\":{\"Uin\":\""+this.Uin+"\",\"Sid\":\""+this.Sid+"\",\"Skey\":\""+this.Skey+"\",\"DeviceID\":\""+this.DeviceID+"\"},\"Opcode\":1,\"VerifyUserListSize\":1,\"VerifyUserList\":[{\"Value\":\""+user_name+"\",\"VerifyUserTicket\":\"\"}],\"VerifyContent\":\"\",\"SceneListCount\":1,\"SceneList\":[0]}";
public Response verifyuser(String user_name){
下面就提供个微信361()微信导航网站正在使用的推广方法,批量自动添加公众号,并将消息推送至微信公众号。
System.out.println("request.requestBody:"+request.requestBody);
request.requestBody = "{\"BaseRequest\":{\"Uin\":\""+this.Uin+"\",\"Sid\":\""+this.Sid+"\",\"Skey\":\""+this.Skey+"\",\"DeviceID\":\""+this.DeviceID+"\"},\"Msg\":{\"FromUserName\":\""+this.fromUserName+"\",\"ToUserName\":\""+toUserName+"\",\"Type\":1,\"Content\":\"微信361()-微信公众账号大全,微信公众号导航平台,收录最新最全有趣的、好玩的、有意思的、实用的微信订阅号以及微信服务号,为你推荐最值得关注的微信公众号\",\"ClientMsgId\":"+WXContant.currentTimeMillis+",\"LocalID\":"+WXContant.currentTimeMillis+"}}";
public Response sendmsg(String toUserName){
request.URL = WXContant.verifyUserUrl(host,this.Skey);