Jelajahi Sumber

异常处理

彭俊 6 tahun lalu
induk
melakukan
707886448e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Models/SportsNoteList.php

+ 1 - 1
app/Models/SportsNoteList.php

@@ -1141,7 +1141,7 @@ class SportsNoteList extends BaseModel
     }
     public static function getOrderData($time=60){
 
-        $time = 3000;
+        $time = 180;
         $db = new \App\Models\Setinfo();
         //获取设定需审核时间 秒
         $handle_time =  $db->getInfo(1003)['infocontent']?:90;