Commit 93da905b by 徐高华

test

parent a3a377d4
...@@ -165,8 +165,9 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -165,8 +165,9 @@ public class WxEnterpriseInfoController extends WebBaseController {
} }
if(testFlag) { if(testFlag) {
Object testAccount = RedisUtil.getCache("haoban-test-account") ; Object testAccount = RedisUtil.getCache("haoban-test-account") ;
logger.info("testAccount={}",testAccount);
if(null != testAccount) { if(null != testAccount) {
return resultResponse(HaoBanErrCode.ERR_1, JSON.parseObject(testAccount.toString())); return resultResponse(HaoBanErrCode.ERR_1, JSON.parseObject((String) testAccount));
} }
} }
// 判断好办是否到期 // 判断好办是否到期
......
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