feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-03 11:32:26 +08:00
parent d9cbdd2486
commit 95b12fdb07
9 changed files with 101 additions and 40 deletions

View File

@ -21,7 +21,7 @@ func (this *Enterprise) SetToken(token string) {
}
func (this *Enterprise) GetToken() string {
return this.GetToken()
return this.Token
}
func (this *Enterprise) UIDToString() string {