feat:完善信息
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
package controller
|
||||
|
||||
import "SciencesServer/config"
|
||||
import (
|
||||
"SciencesServer/app/basic/config"
|
||||
)
|
||||
|
||||
type Config struct{}
|
||||
|
||||
func (c *Config) Identity() map[uint]string {
|
||||
func (c *Config) Identity() map[int]string {
|
||||
return config.TenantUserIdentityData
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user