修改了优惠卷的使用
This commit is contained in:
@@ -14,6 +14,6 @@ type LoginWx struct {
|
||||
// LoginPhone 手机号登录
|
||||
type LoginPhone struct {
|
||||
Mobile string `json:"mobile" form:"mobile" label:"手机号" validate:"required"`
|
||||
Code string `json:"code" form:"code" label:"手机号" validate:"required"`
|
||||
Source int `json:"source" form:"source" label:"来源)" validate:"required"` // (1:app 2:公众号
|
||||
Code string `json:"code" form:"code" label:"验证码" validate:"required"`
|
||||
Source int `json:"source" form:"source" label:"来源" validate:"required"` // (1:app 2:公众号
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user