Commit 016f2ad0 authored by 华润's avatar 华润

跨省单位开户鉴权认证请求第三方接口代码提交

parent ded5e46f
......@@ -8,6 +8,9 @@ import java.util.zip.DataFormatException;
import java.util.zip.Deflater;
import java.util.zip.Inflater;
/**
* json字符串zip压缩,解压缩工具类
*/
public class GzipUtil {
/**
* 压缩
......
......@@ -2,6 +2,9 @@ package net.cdkj.gjj.adapter.domain;
import java.util.Objects;
/**
* Json对象
*/
public class Json {
// private String app_id;
......
......@@ -7,6 +7,9 @@ import java.util.Timer;
import java.util.TimerTask;
import java.util.concurrent.ConcurrentHashMap;
/**
* Cache缓存工具类
*/
public class TimeExpiredPoolCache {
private static long defaultCachedMillis = 30 * 1000L;//过期时间默认10秒
private static long timerMillis = 30 * 1000L;//定时清理默认10秒
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment