调整微信登录二维码请求限制,修改商户注册接口
This commit is contained in:
@ -27,7 +27,7 @@ type MerchantLoginRes struct {
|
||||
}
|
||||
|
||||
type MerchantCodeReq struct {
|
||||
g.Meta `path:"/merchant/code" method:"get" tags:"Merchant" summary:"(商户门店后台)商户获取短信验证码"`
|
||||
g.Meta `path:"/merchant/code" method:"post" tags:"Merchant" summary:"(商户门店后台)商户获取短信验证码"`
|
||||
Phone string `json:"phone" v:"required" dc:"手机号"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user