浏览代码

增加研究员关注状态

kobe6258 5 月之前
父节点
当前提交
6e9339988c
共有 1 个文件被更改,包括 7 次插入7 次删除
  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 {