Compare commits
No commits in common. "d0cf3bb208126a709dea27014cb4c06210c1f5d0" and "8d43eaf18d06d4029f6bb95db4b0c90f4c201b3b" have entirely different histories.
d0cf3bb208
...
8d43eaf18d
@ -120,9 +120,8 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
|
||||
|
||||
//1 获取用户的账号信息
|
||||
infoReq := &account.InfoRequest{
|
||||
ID: info.ID,
|
||||
Scene: "base",
|
||||
Domain: "fontree",
|
||||
ID: info.ID,
|
||||
Scene: "base",
|
||||
}
|
||||
|
||||
infoRes, err := service.AccountProvider.Info(ctx, infoReq)
|
||||
|
Loading…
Reference in New Issue
Block a user