修正A2C过火墙、删除工单同步删除工单关联的号码
This commit is contained in:
@@ -5,10 +5,11 @@ declare(strict_types=1);
|
||||
namespace app\common\library\scrm\spider;
|
||||
|
||||
use app\common\library\scrm\AbstractScrmSpider;
|
||||
use app\common\library\scrm\AntiBotConfigBuilder;
|
||||
use app\common\library\scrm\UnifiedScrmData;
|
||||
|
||||
/**
|
||||
* A2C 云控蜘蛛
|
||||
* A2C 云控蜘蛛(Real Browser + Turnstile 过盾 + UI 翻页)
|
||||
*/
|
||||
class A2cSpider extends AbstractScrmSpider
|
||||
{
|
||||
@@ -50,6 +51,7 @@ class A2cSpider extends AbstractScrmSpider
|
||||
'authActions' => [
|
||||
['type' => 'wait', 'ms' => 2000],
|
||||
],
|
||||
'antiBot' => AntiBotConfigBuilder::build('a2c', $this->pageUrl),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user