update pom.xml

This commit is contained in:
2022-10-17 09:50:42 +08:00
parent bcafd751e6
commit 6d9277ced5
2 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class BaiHeHui extends Model {
public boolean sign() {
String cookie = ConfigTools.readFile(new File("baihehui.json"));
if (StringUtils.isEmpty(cookie)) {
if (StringUtils.isEmpty(cookie)||true) {
return false;
}
WebDriver driver = WebClient.getInstance().getWebDriver();