feat: 统一字段命名风格,使用下划线格式替代驼峰式命名
This commit is contained in:
@@ -7,9 +7,9 @@ type TenantProfile struct {
|
||||
Cover string `json:"cover"`
|
||||
Bio string `json:"bio"`
|
||||
Description string `json:"description"`
|
||||
CertType string `json:"certType"` // personal, enterprise
|
||||
CertType string `json:"cert_type"` // personal, enterprise
|
||||
Stats Stats `json:"stats"`
|
||||
IsFollowing bool `json:"isFollowing"`
|
||||
IsFollowing bool `json:"is_following"`
|
||||
}
|
||||
|
||||
type Stats struct {
|
||||
|
||||
Reference in New Issue
Block a user