wolai 自动登录脚本

2020/11/26 下午7:23:49

Author
jasongwq
Daily installs
0
Total installs
58
Ratings
0 0 0
Version
1.3
Created
2020-11-24
Updated
2020-11-26
License
N/A
Applies to

用于用户访问wolai首页(https://www.wolai.com/)时自动登录,并跳转到用户主页

需要配置脚本中以下参数用于自动登录(请配置到数据中):

//用户的我来首页,用于用户登录后自动跳转,例如var userHomeUrl='https://www.wolai.com/xxx'
var userHomeUrl=''
//用户的登录参数,可通过开启Chrome Debug Tool,并在Network页面勾选Preserver log选项后点击wolai的登录,查找login请求,在请求参数中拷贝
//例如var userInfo = '{"phoneNumber":"xxx","loginType":"password","countryCode":"+86","password":"xxx"}';
var userInfo = '';