Browse Source

增加研究员关注状态

kobe6258 3 months ago
parent
commit
6e9339988c
1 changed files with 7 additions and 7 deletions
  1. 7 7
      service/user/user_service.go

+ 7 - 7
service/user/user_service.go

@@ -34,13 +34,13 @@ type User struct {
 }
 
 type AnalystDetail struct {
-	AnalystName             string `json:"analystName"`
-	HeadImgUrl              string `json:"headImgUrl"`
-	Introduction            string `json:"introduction"`
-	Followed                string `json:"followed"`
-	Position                string `json:"position"`
-	InvestmentCertificate   string `json:"investmentCertificate"`
-	ProfessionalCertificate string `json:"professionalCertificate"`
+	AnalystName             string `json:"AnalystName"`
+	HeadImgUrl              string `json:"HeadImgUrl"`
+	Introduction            string `json:"Introduction"`
+	Followed                string `json:"Followed"`
+	Position                string `json:"Position"`
+	InvestmentCertificate   string `json:"InvestmentCertificate"`
+	ProfessionalCertificate string `json:"ProfessionalCertificate"`
 }
 
 type UserProfile struct {