更新依赖

优化签到代码
This commit is contained in:
2022-04-28 09:14:52 +08:00
parent f116568261
commit f1ed4be143
2 changed files with 30 additions and 8 deletions

View File

@@ -78,8 +78,6 @@ public class Tsdm extends Model {
}
}
if (!isSign) {
driver.close();
driver.quit();
return true;
}
try {
@@ -152,4 +150,9 @@ public class Tsdm extends Model {
driver.quit();
return body;
}
public static void main(String[] args) {
boolean sign = new Tsdm().tsdmSign();
System.out.println("sign = " + sign);
}
}