删除排序
parent
af66d40a1e
commit
2a02fb7ea1
|
@ -27,7 +27,7 @@ import java.util.stream.Collectors;
|
||||||
@Configuration
|
@Configuration
|
||||||
public class IdCard {
|
public class IdCard {
|
||||||
public static Result findIdCard(com.muyu.cloud.background.domin.api.IdCard idCard) throws IOException {
|
public static Result findIdCard(com.muyu.cloud.background.domin.api.IdCard idCard) throws IOException {
|
||||||
String apiKey = "c00bc093c4d5aee149a8d2efb2f2c51c";
|
String apiKey = "1abdb559b392ff72c789840e943e1d5f";
|
||||||
String apiUrl = "http://op.juhe.cn/idcard/query";
|
String apiUrl = "http://op.juhe.cn/idcard/query";
|
||||||
|
|
||||||
HashMap<String, String> map = new HashMap<>();
|
HashMap<String, String> map = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue