Commit 6a6609af by 周业恒

Update upload.go

parent 3b03c995
Pipeline #13229 passed with stages
in 23 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=eoffcn.com,.2018,.") payload := strings.NewReader("name=offcn&password=eoffcn,.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