文档
测试

校验短信验证码

GET
http://SERVICE:17201/message/push/sms

请求参数

参数名
类型
描述
必填
mobile
string
示例:15002708774
必填
smsCode
int
示例:117507
必填
smsType
int
示例:1
必填
isCheck
int
1:校验更新 2:不更新
必填

说明 / 示例

``` { "code": 1000, "message": null, "data": null } ```