|
@@ -158,6 +158,7 @@ public class ZwywLrJbxxController extends BaseController {
|
|
|
if (json.containsKey("pic") && StringUtils.isNotEmpty(json.getString("pic"))) {
|
|
|
try {
|
|
|
picBase64 = DESedeEncryptAndDecryptFile.decrypt(json.getString("pic"));
|
|
|
+ System.out.println("-----解密后的图片数据 =============> " + picBase64);
|
|
|
} catch (Exception e) {
|
|
|
System.out.println("-----图片数据解密失败 =============> " + e.getMessage());
|
|
|
}
|