generated from root/miduo_server
删除测试log
parent
7751eab642
commit
e661eb0d96
|
@ -65,7 +65,6 @@ public class GetUserController extends HttpServlet {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
String banInfo = BaseGlobal.getInstance().redisApp.get(RedisKey.Ban_Open_Id, openId, String.class, -1);
|
String banInfo = BaseGlobal.getInstance().redisApp.get(RedisKey.Ban_Open_Id, openId, String.class, -1);
|
||||||
LOGGER.info("doGet Ban_Open_Id=>{} openId=>{} banInfo==null ? {}", RedisKey.Ban_Open_Id, openId, banInfo==null ? null : banInfo);
|
|
||||||
if (banInfo != null) {
|
if (banInfo != null) {
|
||||||
String[] split = banInfo.split("\\|");
|
String[] split = banInfo.split("\\|");
|
||||||
long currentTimeMillis = System.currentTimeMillis();
|
long currentTimeMillis = System.currentTimeMillis();
|
||||||
|
|
Loading…
Reference in New Issue