调整微信登录二维码请求限制,修改商户注册接口

This commit is contained in:
2025-06-19 16:47:23 +08:00
parent 64f63e6b28
commit 7bc793f93d
3 changed files with 21 additions and 21 deletions

View File

@ -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:"手机号"`
}