Compare commits

..

No commits in common. "d0cf3bb208126a709dea27014cb4c06210c1f5d0" and "8d43eaf18d06d4029f6bb95db4b0c90f4c201b3b" have entirely different histories.

View File

@ -122,7 +122,6 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
infoReq := &account.InfoRequest{
ID: info.ID,
Scene: "base",
Domain: "fontree",
}
infoRes, err := service.AccountProvider.Info(ctx, infoReq)