up
This commit is contained in:
@ -36,6 +36,7 @@ func GetTenantID() ApiHandle {
|
||||
value := c.GetHeader(config.ContentForTenantID)
|
||||
|
||||
if value == "" {
|
||||
// 登录身份
|
||||
return uint64(1)
|
||||
}
|
||||
return utils.StringToUnit64(value)
|
||||
|
Reference in New Issue
Block a user