소스 검색

腾讯接口

linwu 1 년 전
부모
커밋
49353b6dfc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Services/Common/TencentCaptchaService.php

+ 0 - 1
app/Services/Common/TencentCaptchaService.php

@@ -25,7 +25,6 @@ class TencentCaptchaService{
 
     public function check($RendStr, $Ticket, $ip)
     {
-        return true;
         if (empty($RendStr) || empty($Ticket) || empty($ip)) {
             return false;
         }