|
|
|
@ -29,7 +29,7 @@ type InsertHKMemberReq struct { |
|
|
|
Code string `p:"code" v:"required#请选取国家地区!"` |
|
|
|
Tel string `p:"tel" v:"required#电话号码不可为空!"` |
|
|
|
WeChat string `p:"weChat"` |
|
|
|
Email string `p:"email" v:"required#邮箱号不可为空!"` |
|
|
|
Email string `p:"email" v:"required|email#邮箱号不可为空!|请填写正确的邮箱号!"` |
|
|
|
FeedbackType int `p:"feedback_type"` |
|
|
|
FeedbackContent string `p:"feedback_content" v:"required-with:FeedbackType#请填写反馈内容!"` |
|
|
|
} |
|
|
|
|