@@ -63,14 +63,6 @@ class Sms extends Api
}
- /**
- * 检测验证码
- *
- * @ApiMethod (POST)
- * @param string $mobile 手机号
- * @param string $event 事件名称
- * @param string $captcha 验证码
- */
public function check()
{
$mobile = $this->request->post("mobile");