From f54cfccd6af7ef62ee5df2e6119260ca6311c3f5 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 12 Aug 2022 14:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E4=B9=85=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ljsd/controller/GetUserController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/ljsd/controller/GetUserController.java b/src/main/java/com/ljsd/controller/GetUserController.java index bf56d65..a15da82 100644 --- a/src/main/java/com/ljsd/controller/GetUserController.java +++ b/src/main/java/com/ljsd/controller/GetUserController.java @@ -43,7 +43,7 @@ public class GetUserController extends HttpServlet { serviceMap.put("DUOYOU", new DuoYouVerifyService("DUOYOU")); serviceMap.put("AIWAN", new AiWanVerifyService("AIWAN")); serviceMap.put("HF", new HFVerifyService("HF")); - serviceMap.put("ANJIU", new HFVerifyService("ANJIU")); + serviceMap.put("ANJIU", new AnJiuVerifyService("ANJIU")); }