This commit is contained in:
桀尼龟 2025-05-27 09:36:10 +08:00
parent cfef240daa
commit 7ea7eec0f7

View File

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