作者 yangfu

角色权限

@@ -85,6 +85,7 @@ type( @@ -85,6 +85,7 @@ type(
85 TotalLoved int64 `json:"totalLoved"` // 累计收到的赞 85 TotalLoved int64 `json:"totalLoved"` // 累计收到的赞
86 TotalAccepted int64 `json:"totalAccepted"` // 累计被采纳 86 TotalAccepted int64 `json:"totalAccepted"` // 累计被采纳
87 Accounts []Account `json:"accounts"` // 公司账号 87 Accounts []Account `json:"accounts"` // 公司账号
  88 + Auths []Auth `json:"auths"` // 权限列表
88 } 89 }
89 MiniUserApplyJoinCompanyRequest{ 90 MiniUserApplyJoinCompanyRequest{
90 Phone string `json:"phone"` 91 Phone string `json:"phone"`
@@ -174,6 +174,7 @@ type MiniUserInfoResponse struct { @@ -174,6 +174,7 @@ type MiniUserInfoResponse struct {
174 TotalLoved int64 `json:"totalLoved"` // 累计收到的赞 174 TotalLoved int64 `json:"totalLoved"` // 累计收到的赞
175 TotalAccepted int64 `json:"totalAccepted"` // 累计被采纳 175 TotalAccepted int64 `json:"totalAccepted"` // 累计被采纳
176 Accounts []Account `json:"accounts"` // 公司账号 176 Accounts []Account `json:"accounts"` // 公司账号
  177 + Auths []Auth `json:"auths"` // 权限列表
177 } 178 }
178 179
179 type MiniUserApplyJoinCompanyRequest struct { 180 type MiniUserApplyJoinCompanyRequest struct {