|
@@ -1,7 +1,7 @@
|
|
<?php
|
|
<?php
|
|
namespace Spider\Lib;
|
|
namespace Spider\Lib;
|
|
use Dever;
|
|
use Dever;
|
|
-
|
|
|
|
|
|
+set_time_limit(0);
|
|
class Api
|
|
class Api
|
|
{
|
|
{
|
|
private $queue;
|
|
private $queue;
|
|
@@ -26,7 +26,7 @@ class Api
|
|
|
|
|
|
public function test_api($id)
|
|
public function test_api($id)
|
|
{
|
|
{
|
|
- Dever::setInput('test', 1);
|
|
|
|
|
|
+ //Dever::setInput('test', 1);
|
|
$this->run($id);
|
|
$this->run($id);
|
|
return 'reload';
|
|
return 'reload';
|
|
}
|
|
}
|