@@ -56,6 +56,7 @@ LogoutRequestHandler logoutHandler
|
|||||||
UserVerificationHandler userVerificationHandler,
|
UserVerificationHandler userVerificationHandler,
|
||||||
LawCaseHandler lawCaseHandler,
|
LawCaseHandler lawCaseHandler,
|
||||||
TokenOperationHandler tokenOperationHandler,
|
TokenOperationHandler tokenOperationHandler,
|
||||||
|
MonitoringStatisticHandler monitoringStatisticHandler,
|
||||||
DockViewFileHandler dockViewFileHandler
|
DockViewFileHandler dockViewFileHandler
|
||||||
) {
|
) {
|
||||||
Map<Integer, RequestHandler> map = new HashMap<>();
|
Map<Integer, RequestHandler> map = new HashMap<>();
|
||||||
@@ -81,6 +82,7 @@ LogoutRequestHandler logoutHandler
|
|||||||
map.put(30016, userVerificationHandler);
|
map.put(30016, userVerificationHandler);
|
||||||
map.put(30017, lawCaseHandler);
|
map.put(30017, lawCaseHandler);
|
||||||
map.put(30018, tokenOperationHandler);
|
map.put(30018, tokenOperationHandler);
|
||||||
|
map.put(30027, monitoringStatisticHandler);
|
||||||
map.put(30028, dockViewFileHandler);
|
map.put(30028, dockViewFileHandler);
|
||||||
|
|
||||||
return map;
|
return map;
|
||||||
@@ -97,7 +99,6 @@ LogoutRequestHandler logoutHandler
|
|||||||
StatisticSubscriberHandler statisticSubscriberHandler,
|
StatisticSubscriberHandler statisticSubscriberHandler,
|
||||||
StatisticTokenHandler statisticTokenHandler,
|
StatisticTokenHandler statisticTokenHandler,
|
||||||
StatisticIncomeHandler statisticIncomeHandler,
|
StatisticIncomeHandler statisticIncomeHandler,
|
||||||
MonitoringStatisticHandler monitoringStatisticHandler,
|
|
||||||
FileInteranlInfoHandler fileInfo,
|
FileInteranlInfoHandler fileInfo,
|
||||||
TariffInformationHandler tariffInformationHandler,
|
TariffInformationHandler tariffInformationHandler,
|
||||||
UserInfoHandler userInfoHandler
|
UserInfoHandler userInfoHandler
|
||||||
@@ -113,7 +114,6 @@ LogoutRequestHandler logoutHandler
|
|||||||
map.put(30024, statisticSubscriberHandler);
|
map.put(30024, statisticSubscriberHandler);
|
||||||
map.put(30025, statisticTokenHandler);
|
map.put(30025, statisticTokenHandler);
|
||||||
map.put(30026, statisticIncomeHandler);
|
map.put(30026, statisticIncomeHandler);
|
||||||
map.put(30027, monitoringStatisticHandler);
|
|
||||||
map.put(30029, statisticComplaintHandler);
|
map.put(30029, statisticComplaintHandler);
|
||||||
map.put(40001, fileInfo);
|
map.put(40001, fileInfo);
|
||||||
map.put(40004, tariffInformationHandler);
|
map.put(40004, tariffInformationHandler);
|
||||||
|
|||||||
Reference in New Issue
Block a user