🎨 新增用户简介字段,新增手机端讲师相关接口
This commit is contained in:
@@ -6,6 +6,7 @@ type User struct {
|
||||
global.GVA_MODEL
|
||||
NickName string `json:"nick_name" form:"nick_name" gorm:"comment:用户昵称"`
|
||||
Phone string `json:"phone" form:"phone" gorm:"comment:用户手机号"`
|
||||
Des string `json:"des" form:"des" gorm:"comment:用户描述"`
|
||||
UnionId string `json:"union_id" form:"union_id" gorm:"type:varchar(255) comment '微信UnionId'"`
|
||||
OpenId string `gorm:"column:open_id;default:'';comment:'openId'" json:"-"`
|
||||
Password string `json:"password" form:"password" gorm:"comment:用户密码"`
|
||||
|
Reference in New Issue
Block a user