Commit 56e810f4 authored by 赵啸非's avatar 赵啸非

添加设备相关

parent c8fa7f81
Pipeline #2539 canceled with stages
......@@ -359,6 +359,10 @@ public class HomeController extends BaseJsonBodyController {
Integer serverPort = DataUtil.converStr2Int(request.getHeader("server-port"),0);
log.info("host:",request.getRemoteHost());
String host = request.getHeader("Host");
log.info("host1:",host);
log.info("【应用请求】【请求体】-->serverName{} ,port:{}",serverName ,serverPort);
String appWhiteStr = GlobalSysInfo.getParamValue(Constant.PARAMS_WHITE_APP_LIST, "中心简介,办事指南,意见建议,通知公告");
Set<String> appWhiteSet = StrUtil.split(appWhiteStr, ",").stream().collect(Collectors.toSet());
......
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