完善聚合数据实名认证接口

This commit is contained in:
haotian 2025-05-13 10:19:26 +08:00
parent 1286ec52c8
commit 5bf41899f4

View File

@ -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<String, String> map = new HashMap<>();