Browse Source

20240419_sun

15143018065 1 year ago
parent
commit
6727bb7ac7

+ 1 - 0
ruoyi-modules/mz-lnst/src/main/java/com/ruoyi/lnst/controller/ZwywLrJbxxController.java

@@ -153,6 +153,7 @@ public class ZwywLrJbxxController extends BaseController {
         }
         System.out.println("----接收到返回数据");
         JSONObject json = JSONObject.parseObject(DesEcbUtil.decryptDES(jsonRequest.toString(), ResourceUtil.getConfigByName("face.returnKey")));
+        System.out.println("----返回数据JSON ======》 " +  json);
         if (!ObjectUtils.isEmpty(json) && json.containsKey("CardNO")) {
             String picBase64 = null;
             if (json.containsKey("pic") && StringUtils.isNotEmpty(json.getString("pic"))) {