Ver código fonte

关闭行为验证

linwu 1 ano atrás
pai
commit
5f1b9b6b8e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/Common/TencentCaptchaService.php

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

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