Compare commits
2 Commits
8d43eaf18d
...
d0cf3bb208
Author | SHA1 | Date | |
---|---|---|---|
d0cf3bb208 | |||
7ea7eec0f7 |
@ -120,8 +120,9 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
|
||||
|
||||
//1 获取用户的账号信息
|
||||
infoReq := &account.InfoRequest{
|
||||
ID: info.ID,
|
||||
Scene: "base",
|
||||
ID: info.ID,
|
||||
Scene: "base",
|
||||
Domain: "fontree",
|
||||
}
|
||||
|
||||
infoRes, err := service.AccountProvider.Info(ctx, infoReq)
|
||||
|
Loading…
Reference in New Issue
Block a user