修复whatshub工单

This commit is contained in:
root
2026-07-05 22:50:41 +08:00
parent a8a2551868
commit 744d8b26a4
16 changed files with 263 additions and 341 deletions
+3 -3
View File
@@ -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