Skip to content

Commit

Permalink
增加自动签到 和 其他代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Zhang committed Nov 29, 2018
1 parent e430f62 commit 01df9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yiichina-sign/yiichina.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func main() {
var postData = url.Values{}

postData.Add("_csrf", csrf)
postData.Add("LoginForm[username]", "liuzhang")
postData.Add("LoginForm[password]", "lz19850610")
postData.Add("LoginForm[username]", "*******")
postData.Add("LoginForm[password]", "*******")
postData.Add("LoginForm[rememberMe]", "0")
postData.Add("LoginForm[rememberMe]", "1")
postData.Add("login-button", "")
Expand Down

0 comments on commit 01df9e2

Please sign in to comment.