|
@@ -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"))) {
|