### 邮件验证验证码
### POST内容示例
```
{
"module": "user",
"action": "check_sms",
"phone": "1076423822@qq.com",
"code": "458637",
"type": "0",
"app_signature": "652c2e50be578fdfb416f8a102b5fc0f",
"appid": "45f8f98fedc702b3d2334424ebc8e2d9",
"app_ts": 1567133100515
}
```
~~~[api]
post:/app.php
<<<
success
{"code":"0","msg":"_OP_OK_","data":{"email":"1076423822@qq.com"}}
~~~