Commit 9f289895 by Li Feifei

Update upload.go

parent 08b0e2d4
Pipeline #9590 passed with stages
in 23 seconds
...@@ -317,7 +317,7 @@ func webToken() (*http.Client, string, error) { ...@@ -317,7 +317,7 @@ func webToken() (*http.Client, string, error) {
} }
payload := strings.NewReader("name=offcn&password=123123") payload := strings.NewReader("name=offcn&password=zhonggong2019")
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