quguofeng 1 년 전
부모
커밋
dfe7aa5642
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      application/api/controller/Sms.php

+ 0 - 8
application/api/controller/Sms.php

@@ -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");