获取短信验证码
调用地址
/user
传参
{action: 'get_verification_code', phone: 13651111111, type: 1}
传参 | 说明 | 是否必填 |
---|---|---|
action | 接口名 | 是 |
phone | 手机号 | 是 |
type | 短信验证类型 | 是 |
返回值
{
status: 0,
message: "请求成功",
data: [ ]
}
返回值 | 说明 |
---|---|
message | 状态信息 |
示例
http://shuidi.test2.pingansec.com/user?action=get_verification_code&phone=18616503617&type=1