2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-12-26 03:49:38 +08:00

提交代码

This commit is contained in:
hotlcc
2018-07-23 18:22:06 +08:00
parent cf4d8a7973
commit 266fda8433
7 changed files with 393 additions and 17 deletions

View File

@@ -3,4 +3,6 @@ webwx.appid=wx782c26e4c19acffb
# httpclient的UserAgent
wechat4j.userAgent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36
# QRCode图片临时文件前缀
wechat4j.qrcode.tmpfile.prefix=wechat4j_tmp_
wechat4j.qrcode.tmpfile.prefix=wechat4j_tmp_
# 全局重试次数
wechat4j.retry.time=3

View File

@@ -9,6 +9,8 @@ webwx-url.redirect_uri=https://login.wx2.qq.com/cgi-bin/mmwebwx-bin/login?logini
webwx-url.newlogin_url=<redirectUri>&fun=new&version=v2
## 1.5、退出登录
webwx-url.logout_url=https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxlogout?redirect=1&type=<type>&skey=<skey>
## 1.6、push登录
webwx-url.pushlogin_url=https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxpushloginurl?uin=<uin>
# 2、数据同步
## 2.1、页面初始化
webwx-url.webwxinit_url=https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxinit?r=<r>&lang=zh_CN&pass_ticket=<pass_ticket>