package md type SmsReq struct { Phone string `json:"phone"` Type string `json:"type" example:"手机号登陆:fast_login 注册:register 修改密码:update_password"` }