row -> raw

This commit is contained in:
Tnze
2019-08-09 22:02:56 +08:00
parent c667d86153
commit b0e6a70e0a
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ func SignOut(user, password string) error {
Password: password,
}
resp, err := rowPost("/signout", pl)
resp, err := rawPost("/signout", pl)
if err != nil {
return fmt.Errorf("request fail: %v", err)
}