Merge branch 'refs/heads/feat-login-website'
This commit is contained in:
commit
288c58f428
|
|
@ -900,6 +900,7 @@ func handleThirdPartyCallback(c *gin.Context) {
|
|||
log.Println("state is empty,stateID=", stateID)
|
||||
} else {
|
||||
//json解析
|
||||
log.Println("stateStr:", stateStr, "\tcode:", code)
|
||||
var state proto.ThirdPartyLoginState
|
||||
err := json.Unmarshal([]byte(stateStr), &state)
|
||||
log.Println("handle callback state:", stateStr, "\tcode:", code)
|
||||
|
|
|
|||
Loading…
Reference in New Issue