修复whatshub工单
This commit is contained in:
Regular → Executable
Regular → Executable
+3
-3
@@ -114,10 +114,10 @@ class WhatshubSpider extends AbstractScrmSpider
|
||||
return parent::run();
|
||||
}
|
||||
|
||||
/** Whatshub vxe 密码表单:placeholder 含「密码」+ 确认按钮,与业务页搜索框区分 */
|
||||
private const AUTH_PASSWORD_INPUT = '.vxe-form .el-input__inner[placeholder*="密码"]';
|
||||
/** Whatshub vxe 密码表单内 input / 确认按钮(避免误填业务页搜索框) */
|
||||
private const AUTH_PASSWORD_INPUT = '.vxe-form .el-input__inner';
|
||||
|
||||
private const AUTH_CONFIRM_BUTTON = '.vxe-form .vxe-button-group button.theme--primary[type="submit"]';
|
||||
private const AUTH_CONFIRM_BUTTON = '.vxe-form button.theme--primary[type="submit"]';
|
||||
|
||||
/**
|
||||
* Node 监听 statistics API,返回 dayNewFans + reDayNewFans 总和;失败返回 null
|
||||
|
||||
Reference in New Issue
Block a user