This commit is contained in:
henry
2022-03-08 14:33:32 +08:00
parent 8eeab34c34
commit cf757ce734
3 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,7 @@ func GetTenantID() ApiHandle {
value := c.GetHeader(config.ContentForTenantID)
if value == "" {
// 登录身份
return uint64(1)
}
return utils.StringToUnit64(value)