feat:完善信息

This commit is contained in:
henry
2021-10-13 17:17:28 +08:00
parent 52dc8cb57d
commit 8f7aeba547
14 changed files with 272 additions and 113 deletions

View File

@ -31,7 +31,7 @@ func NewSession() *Session {
type SessionEnterprise struct {
UID uint64 `json:"uid"` // 唯一标识ID
TenantID uint64 `json:"tenant_id"` // 租户ID
TenantUID uint64 `json:"tenant_uid"` // 租户下用户唯一ID
ManageUID uint64 `json:"manage_uid"` // 管理平台用户唯一ID
Token string `json:"token"` // token
Name string `json:"name"` // 名称
Mobile string `json:"mobile"` // 手机号码