更改部分类路径

old-package
lensfrex 2 years ago
parent 5db63aa13b
commit 6cd228098c
Signed by: lensfrex
GPG Key ID: 0F69A0A2FBEE98A0
  1. 2
      mywust-common/src/main/java/cn/linghang/mywust/exception/ApiException.java
  2. 2
      mywust-common/src/main/java/cn/linghang/mywust/exception/BasicException.java
  3. 2
      mywust-common/src/main/java/cn/linghang/mywust/exception/ParseException.java
  4. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/HuangjiahuClassroomNameParser.java
  5. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/Parser.java
  6. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/graduate/GraduateCourseTableParser.java
  7. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/graduate/GraduateScoreParser.java
  8. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/graduate/GraduateStudentInfoPageParser.java
  9. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/graduate/GraduateTrainingPlanPageParser.java
  10. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/physics/PhysicsCoursePageParser.java
  11. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/physics/PhysicsIndexPageParser.java
  12. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/physics/PhysicsScoreListPageParser.java
  13. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/physics/PhysicsScorePageParser.java
  14. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradCourseTableParser.java
  15. 4
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradCreditStatusIndexParser.java
  16. 3
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradCreditStatusParser.java
  17. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradExamDelayParser.java
  18. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradScoreParser.java
  19. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradStudentInfoPageParser.java
  20. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/UndergradTrainingPlanPageParser.java
  21. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/global/GlobalCourseTableParser.java
  22. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/global/UndergradAllCourseScheduleParser.java
  23. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/parser/undergraduate/global/UndergradTeacherCourseParser.java
  24. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/auth/GraduateLogin.java
  25. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/auth/LibraryLogin.java
  26. 4
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/auth/PhysicsLogin.java
  27. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/auth/UndergraduateLogin.java
  28. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/auth/UnionLogin.java
  29. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/captcha/solver/CaptchaSolver.java
  30. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/captcha/solver/DdddOcrCaptchaSolver.java
  31. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/captcha/solver/LinghangOcrServiceCaptchaSolver.java
  32. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/graduate/GraduateApiServiceBase.java
  33. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/graduate/GraduateCourseTableApiService.java
  34. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/graduate/GraduateScoreApiService.java
  35. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/graduate/GraduateStudentInfoApiService.java
  36. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/graduate/GraduateTrainingPlanApiService.java
  37. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/library/LibraryApiService.java
  38. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/library/LibraryApiServiceBase.java
  39. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/physics/PhysicsApiServiceBase.java
  40. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/physics/PhysicsCourseApiService.java
  41. 4
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/physics/PhysicsScoreApiService.java
  42. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradApiServiceBase.java
  43. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradCourseTableApiService.java
  44. 4
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradCreditStatusApiService.java
  45. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradExamDelayApiService.java
  46. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradScoreApiService.java
  47. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradStudentInfoApiService.java
  48. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/UndergradTrainingPlanApiService.java
  49. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/global/UndergradAllCourseScheduleApiService.java
  50. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/global/UndergradBuildingIdApiService.java
  51. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/global/UndergradClassroomCourseApiService.java
  52. 2
      mywust-core/src/main/java/cn/linghang/mywust/core/request/service/undergraduate/global/UndergradTeacherCourseApiService.java

@ -1,4 +1,4 @@
package cn.linghang.mywust.core.exception; package cn.linghang.mywust.exception;
public class ApiException extends BasicException { public class ApiException extends BasicException {
private final Code code; private final Code code;

@ -1,4 +1,4 @@
package cn.linghang.mywust.core.exception; package cn.linghang.mywust.exception;
public class BasicException extends Exception { public class BasicException extends Exception {
public BasicException() { public BasicException() {

@ -1,4 +1,4 @@
package cn.linghang.mywust.core.exception; package cn.linghang.mywust.exception;
import java.util.StringJoiner; import java.util.StringJoiner;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser; package cn.linghang.mywust.core.parser;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.data.global.Classroom; import cn.linghang.mywust.data.global.Classroom;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser; package cn.linghang.mywust.core.parser;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
public interface Parser<T> { public interface Parser<T> {
public T parse(String html) throws ParseException; public T parse(String html) throws ParseException;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.graduate; package cn.linghang.mywust.core.parser.graduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.data.global.Classroom; import cn.linghang.mywust.data.global.Classroom;
import cn.linghang.mywust.data.global.Course; import cn.linghang.mywust.data.global.Course;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.graduate; package cn.linghang.mywust.core.parser.graduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.data.global.Score; import cn.linghang.mywust.data.global.Score;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.graduate; package cn.linghang.mywust.core.parser.graduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.global.StudentInfo; import cn.linghang.mywust.data.global.StudentInfo;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.graduate; package cn.linghang.mywust.core.parser.graduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.physics; package cn.linghang.mywust.core.parser.physics;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.HuangjiahuClassroomNameParser; import cn.linghang.mywust.core.parser.HuangjiahuClassroomNameParser;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.data.global.Classroom; import cn.linghang.mywust.data.global.Classroom;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.physics; package cn.linghang.mywust.core.parser.physics;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;
import org.jsoup.nodes.Document; import org.jsoup.nodes.Document;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.physics; package cn.linghang.mywust.core.parser.physics;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import lombok.Data; import lombok.Data;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.physics; package cn.linghang.mywust.core.parser.physics;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.global.Score; import cn.linghang.mywust.data.global.Score;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.global.Classroom; import cn.linghang.mywust.data.global.Classroom;

@ -1,9 +1,7 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.core.util.PageFormExtractor;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;
import org.jsoup.nodes.Element; import org.jsoup.nodes.Element;
import org.jsoup.select.Elements; import org.jsoup.select.Elements;

@ -1,8 +1,7 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;
import org.jsoup.select.Elements; import org.jsoup.select.Elements;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.undergrad.ExamDelayApplication; import cn.linghang.mywust.data.undergrad.ExamDelayApplication;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.global.Score; import cn.linghang.mywust.data.global.Score;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.core.util.JsoupUtil; import cn.linghang.mywust.core.util.JsoupUtil;
import cn.linghang.mywust.data.global.StudentInfo; import cn.linghang.mywust.data.global.StudentInfo;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate; package cn.linghang.mywust.core.parser.undergraduate;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import org.jsoup.Jsoup; import org.jsoup.Jsoup;
import org.jsoup.select.Elements; import org.jsoup.select.Elements;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate.global; package cn.linghang.mywust.core.parser.undergraduate.global;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.data.global.Classroom; import cn.linghang.mywust.data.global.Classroom;
import cn.linghang.mywust.data.global.Course; import cn.linghang.mywust.data.global.Course;
import cn.linghang.mywust.util.StringUtil; import cn.linghang.mywust.util.StringUtil;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate.global; package cn.linghang.mywust.core.parser.undergraduate.global;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.data.global.Course; import cn.linghang.mywust.data.global.Course;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.parser.undergraduate.global; package cn.linghang.mywust.core.parser.undergraduate.global;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.Parser; import cn.linghang.mywust.core.parser.Parser;
import cn.linghang.mywust.data.global.Course; import cn.linghang.mywust.data.global.Course;

@ -3,7 +3,7 @@ package cn.linghang.mywust.core.request.service.auth;
import cn.linghang.mywust.captcha.SolvedImageCaptcha; import cn.linghang.mywust.captcha.SolvedImageCaptcha;
import cn.linghang.mywust.captcha.UnsolvedImageCaptcha; import cn.linghang.mywust.captcha.UnsolvedImageCaptcha;
import cn.linghang.mywust.core.api.GraduateUrls; import cn.linghang.mywust.core.api.GraduateUrls;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.RequestFactory; import cn.linghang.mywust.core.request.factory.RequestFactory;
import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory; import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory;
import cn.linghang.mywust.core.request.service.captcha.solver.CaptchaSolver; import cn.linghang.mywust.core.request.service.captcha.solver.CaptchaSolver;

@ -2,7 +2,7 @@ package cn.linghang.mywust.core.request.service.auth;
import cn.linghang.mywust.core.api.LibraryUrls; import cn.linghang.mywust.core.api.LibraryUrls;
import cn.linghang.mywust.core.api.UnionAuthUrls; import cn.linghang.mywust.core.api.UnionAuthUrls;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.library.LibraryRequestFactory; import cn.linghang.mywust.core.request.factory.library.LibraryRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.auth; package cn.linghang.mywust.core.request.service.auth;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.physics.PhysicsIndexPageParser; import cn.linghang.mywust.core.parser.physics.PhysicsIndexPageParser;
import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory; import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

@ -2,7 +2,7 @@ package cn.linghang.mywust.core.request.service.auth;
import cn.linghang.mywust.core.api.UndergradUrls; import cn.linghang.mywust.core.api.UndergradUrls;
import cn.linghang.mywust.core.api.UnionAuthUrls; import cn.linghang.mywust.core.api.UnionAuthUrls;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.auth; package cn.linghang.mywust.core.request.service.auth;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.auth.UnionAuthRequestFactory; import cn.linghang.mywust.core.request.factory.auth.UnionAuthRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -2,7 +2,7 @@ package cn.linghang.mywust.core.request.service.captcha.solver;
import cn.linghang.mywust.captcha.SolvedImageCaptcha; import cn.linghang.mywust.captcha.SolvedImageCaptcha;
import cn.linghang.mywust.captcha.UnsolvedImageCaptcha; import cn.linghang.mywust.captcha.UnsolvedImageCaptcha;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
public interface CaptchaSolver { public interface CaptchaSolver {
SolvedImageCaptcha solve(UnsolvedImageCaptcha unsolvedImageCaptcha) throws ApiException; SolvedImageCaptcha solve(UnsolvedImageCaptcha unsolvedImageCaptcha) throws ApiException;

@ -2,7 +2,7 @@ package cn.linghang.mywust.core.request.service.captcha.solver;
import cn.linghang.mywust.captcha.SolvedImageCaptcha; import cn.linghang.mywust.captcha.SolvedImageCaptcha;
import cn.linghang.mywust.captcha.UnsolvedImageCaptcha; import cn.linghang.mywust.captcha.UnsolvedImageCaptcha;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.RequestFactory; import cn.linghang.mywust.core.request.factory.RequestFactory;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;
import cn.linghang.mywust.network.entitys.HttpRequest; import cn.linghang.mywust.network.entitys.HttpRequest;

@ -2,7 +2,7 @@ package cn.linghang.mywust.core.request.service.captcha.solver;
import cn.linghang.mywust.captcha.SolvedImageCaptcha; import cn.linghang.mywust.captcha.SolvedImageCaptcha;
import cn.linghang.mywust.captcha.UnsolvedImageCaptcha; import cn.linghang.mywust.captcha.UnsolvedImageCaptcha;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.RequestFactory; import cn.linghang.mywust.core.request.factory.RequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.graduate; package cn.linghang.mywust.core.request.service.graduate;
import cn.linghang.mywust.core.api.GraduateUrls; import cn.linghang.mywust.core.api.GraduateUrls;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.RequestFactory; import cn.linghang.mywust.core.request.factory.RequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.graduate; package cn.linghang.mywust.core.request.service.graduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory; import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.graduate; package cn.linghang.mywust.core.request.service.graduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory; import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.graduate; package cn.linghang.mywust.core.request.service.graduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory; import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.graduate; package cn.linghang.mywust.core.request.service.graduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory; import cn.linghang.mywust.core.request.factory.graduate.GraduateRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.library; package cn.linghang.mywust.core.request.service.library;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.library.LibraryRequestFactory; import cn.linghang.mywust.core.request.factory.library.LibraryRequestFactory;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;
import cn.linghang.mywust.network.entitys.HttpRequest; import cn.linghang.mywust.network.entitys.HttpRequest;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.library; package cn.linghang.mywust.core.request.service.library;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;
import cn.linghang.mywust.network.entitys.HttpResponse; import cn.linghang.mywust.network.entitys.HttpResponse;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.physics; package cn.linghang.mywust.core.request.service.physics;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;
import cn.linghang.mywust.network.entitys.HttpResponse; import cn.linghang.mywust.network.entitys.HttpResponse;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.physics; package cn.linghang.mywust.core.request.service.physics;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory; import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.physics; package cn.linghang.mywust.core.request.service.physics;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.physics.PhysicsScoreListPageParser; import cn.linghang.mywust.core.parser.physics.PhysicsScoreListPageParser;
import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory; import cn.linghang.mywust.core.request.factory.physics.PhysicsSystemRequestFactory;
import cn.linghang.mywust.core.util.PageFormExtractor; import cn.linghang.mywust.core.util.PageFormExtractor;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.api.UndergradUrls; import cn.linghang.mywust.core.api.UndergradUrls;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.RequestFactory; import cn.linghang.mywust.core.request.factory.RequestFactory;
import cn.linghang.mywust.core.util.BkjxUtil; import cn.linghang.mywust.core.util.BkjxUtil;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.exception.ParseException; import cn.linghang.mywust.exception.ParseException;
import cn.linghang.mywust.core.parser.undergraduate.UndergradCreditStatusIndexParser; import cn.linghang.mywust.core.parser.undergraduate.UndergradCreditStatusIndexParser;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate; package cn.linghang.mywust.core.request.service.undergraduate;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;
import cn.linghang.mywust.network.Requester; import cn.linghang.mywust.network.Requester;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate.global; package cn.linghang.mywust.core.request.service.undergraduate.global;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory;
import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase; import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

@ -1,7 +1,7 @@
package cn.linghang.mywust.core.request.service.undergraduate.global; package cn.linghang.mywust.core.request.service.undergraduate.global;
import cn.linghang.mywust.core.api.ConstantParams; import cn.linghang.mywust.core.api.ConstantParams;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.BkjxRequestFactory;
import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase; import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase;
import cn.linghang.mywust.data.global.Building; import cn.linghang.mywust.data.global.Building;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate.global; package cn.linghang.mywust.core.request.service.undergraduate.global;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory;
import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase; import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

@ -1,6 +1,6 @@
package cn.linghang.mywust.core.request.service.undergraduate.global; package cn.linghang.mywust.core.request.service.undergraduate.global;
import cn.linghang.mywust.core.exception.ApiException; import cn.linghang.mywust.exception.ApiException;
import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory; import cn.linghang.mywust.core.request.factory.undergrade.global.BkjxAllCourseRequestFactory;
import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase; import cn.linghang.mywust.core.request.service.undergraduate.UndergradApiServiceBase;
import cn.linghang.mywust.network.RequestClientOption; import cn.linghang.mywust.network.RequestClientOption;

Loading…
Cancel
Save