Browse Source

修改信息

lvhao 1 month ago
parent
commit
ca21838711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Apiexpress.php

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

@@ -287,7 +287,7 @@ class Apiexpress extends Start_Controller {
            die($this->logic_tools->ret_json(-1,"请求超时"));
        }
        
-       if( $now_time - $apply_time > 1000){
+       if( $now_time - $apply_time > 100){
            die($this->logic_tools->ret_json(-1,"请求已超时"));
        }
        if($jiemi_key != $shop_key){