This commit is contained in:
邹宗楠
2022-12-07 13:48:19 +08:00
parent 9ac68dbb47
commit c3c4855988
3 changed files with 5 additions and 4 deletions

View File

@@ -214,7 +214,6 @@ func (u *UserLogin) GetJxc4Token() (string, error) {
}
jxc4User := &model.CallBack{}
fmt.Println("=============", string(bodyResp))
if err := json.Unmarshal(bodyResp, jxc4User); err != nil {
return "", err
}