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 获取用户的账号信息
|
//1 获取用户的账号信息
|
||||||
infoReq := &account.InfoRequest{
|
infoReq := &account.InfoRequest{
|
||||||
ID: info.ID,
|
ID: info.ID,
|
||||||
Scene: "base",
|
Scene: "base",
|
||||||
Domain: "fontree",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
infoRes, err := service.AccountProvider.Info(ctx, infoReq)
|
infoRes, err := service.AccountProvider.Info(ctx, infoReq)
|
||||||
|
Loading…
Reference in New Issue
Block a user