|
@ -1553,7 +1553,12 @@ public class YkyyEntranceService {
|
|
|
logger.info("idcard:"+sql);
|
|
|
if (demoFlag){
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
|
|
|
jsonObject.put("pat_no","P5616242-0");
|
|
|
jsonObject.put("card_no","D40136791");
|
|
|
jsonObject.put("card_stat","激活");
|
|
|
jsonObject.put("op_date","2020-06-25 08:46:40");
|
|
|
jsonObject.put("card_type","2");
|
|
|
jsonObject.put("card_type_name","社保卡");
|
|
|
}else {
|
|
|
HttpResponse response = HttpUtils.doGet(url,params);
|
|
|
String content = response.getContent();
|