|
|
### 没收到短信
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/audit-claimbase
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
```javascript
|
|
|
{
|
|
|
action: 'message_miss',
|
|
|
phone : '18616503611',
|
|
|
send_type : 'kj',
|
|
|
}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|phone|手机号|是|
|
|
|
|send_type|发送短信类别|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```javascript
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功!",
|
|
|
data: [ ]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/audit-claimbase?action=message_miss&phone=18616503617&send_type=dsdd |
|
|
\ No newline at end of file |