判断短信邮箱验证码是否发送正确(已完成)
POST
/api/SmsEmailCodeApi/SmsEmailCodeOk
接口描述
判断短信邮件验证码输入是否正确
请求参数
参数名
类型
描述
必填
Mobile
string
手机号
必填
VcStr
string
验证码
必填
响应参数
参数名
类型
描述
必填
data
bool
true 正确 false 不正确
必填