Commit 3b03c995 by 周业恒

更新用户名密码

parent 19e56b26
Pipeline #13228 passed with stages
in 24 seconds
...@@ -327,7 +327,7 @@ func webToken() (*http.Client, string, error) { ...@@ -327,7 +327,7 @@ func webToken() (*http.Client, string, error) {
} }
payload := strings.NewReader("name=offcn&password=zhonggong2019") payload := strings.NewReader("name=offcn&password=eoffcn.com,.2018,.")
req, err := http.NewRequest("POST", WEBURL+"/web/login", payload) req, err := http.NewRequest("POST", WEBURL+"/web/login", payload)
if err != nil { if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment