|
@@ -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 {
|