Commit 4f24a664 by guojuxing

加日志

parent c49d526e
......@@ -590,6 +590,7 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
LOGGER.info("对外API权限校验结果-门店资源获取:{}", JSON.toJSONString(storeResult));
}
}
LOGGER.info("对外API权限校验结果-门店资源获取2:{}", JSON.toJSONString(res));
} else {
LOGGER.info("对外API权限校验结果:{}", JSON.toJSONString(res));
}
......
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