Преглед на файлове

添加用户 产品ID 返回

kobe6258 преди 6 месеца
родител
ревизия
5a3ef3e6b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      models/user.go

+ 1 - 1
models/user.go

@@ -33,7 +33,7 @@ func (u User) FillUserInfo(user *TemplateUser) UserView {
 
 type UserView struct {
 	Id             int
-	templateUserId int
+	TemplateUserId int
 	RealName       string `description:"姓名"`
 	Mobile         string `description:"手机号码"`
 	FollowingGzh   bool