Browse Source

腾讯接口

linwu 1 năm trước cách đây
mục cha
commit
49353b6dfc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         }