update pom.xml
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user