This commit is contained in:
eson
2023-07-28 13:10:43 +08:00
parent 719c41db00
commit 648ef75a2e
4 changed files with 26 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ func ThirdPartyLoginNotifyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
var req types.ThirdPartyLoginNotifyReq
userinfo, err := basic.RequestParse(w, r, svcCtx, &req)
userinfo, err := basic.RequestParse(w, r, svcCtx.SharedState, &req)
if err != nil {
return
}