feat: 统一字段命名风格,使用下划线格式替代驼峰式命名
This commit is contained in:
@@ -27,7 +27,7 @@ type User struct {
|
||||
Location *Location `json:"location"`
|
||||
Balance float64 `json:"balance"`
|
||||
Points int64 `json:"points"`
|
||||
IsRealNameVerified bool `json:"isRealNameVerified"`
|
||||
IsRealNameVerified bool `json:"is_real_name_verified"`
|
||||
}
|
||||
|
||||
type Location struct {
|
||||
|
||||
Reference in New Issue
Block a user