Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson 2023-08-25 16:20:30 +08:00
commit e780709629

View File

@ -209,6 +209,7 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
logx.Error(err)
return false, nil
}
//todo 对接登录后要删除
userInfo.UserId = 39
userInfo.GuestId = 0
return true, userInfo