Browse Source

提交数据

lvhao 3 tháng trước cách đây
mục cha
commit
7425062723
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/controllers/Apidsyskxcx.php

+ 1 - 1
core/CoreApp/controllers/Apidsyskxcx.php

@@ -56,7 +56,7 @@ class Apidsyskxcx extends Start_Controller
         }
         
         $sercet_str = md5($check_str);
-        
+        throw new Exception("失败");
         if($sercet_str != $token){
             exit("Request permission is illegal");
         }