校验短信验证码
POST
/sms/verifyCode
请求参数
参数名
类型
描述
必填
phone
string
手机号
必填
code
string
短信验证码
必填
响应参数
参数名
类型
描述
必填
data
boolean
验证结果(false:错,true:正确)
必填