浏览代码

腾讯接口

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)
     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;
         }
         }