From 5bf41899f4ad48a75c2eb7c9aeda64139e95f27b Mon Sep 17 00:00:00 2001 From: haotian <2421912570@qq.com> Date: Tue, 13 May 2025 10:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=81=9A=E5=90=88=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/web/controller/app/juhe/JuheAuthentication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/app/juhe/JuheAuthentication.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/app/juhe/JuheAuthentication.java index bba06405..8cbb8aff 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/app/juhe/JuheAuthentication.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/app/juhe/JuheAuthentication.java @@ -15,7 +15,7 @@ public class JuheAuthentication { public static boolean authentication(String realname, String idcard, String mobile) throws Exception { - String apiKey = "4984fa42b77c7956ccab4efbe80e641e"; + String apiKey = "c4a1fd85f9cf515b3c602279837189f3"; String apiUrl = "https://v.juhe.cn/telecom/query"; HashMap map = new HashMap<>();