linwu hace 1 año
padre
commit
49353b6dfc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
         }