[Del] 😅 Typo

This commit is contained in:
Harry-zklcdc 2024-03-11 01:39:20 +08:00
parent c2e9378df8
commit 9f4d2b6a4f

View File

@ -3,7 +3,6 @@ package api
import (
"adams549659584/go-proxy-bingai/common/helper"
"encoding/json"
"fmt"
"io"
"net/http"
"strings"
@ -86,7 +85,6 @@ func loginPostHandler(w http.ResponseWriter, r *http.Request) {
return
}
}
fmt.Println(err.Error())
respdata.Cookies = cookies
respdata.Code = strings.Split(err.Error(), "code: ")[1]
respdata.Context = auth