feat:完善项目信息
This commit is contained in:
@ -30,9 +30,9 @@ func GetSession() ApiHandle {
|
||||
}
|
||||
}
|
||||
|
||||
func GetLocal() ApiHandle {
|
||||
func GetTenantID() ApiHandle {
|
||||
return func(c *gin.Context) interface{} {
|
||||
value, _ := c.Get(config.ContentForLocal)
|
||||
value, _ := c.Get(config.ContentForTenantID)
|
||||
return value
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user