更新依赖
优化签到代码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user