1
zj
2025-08-27 a067fca929a31a42a4ef7148ca05687d371eb37a
src/main/java/com/nq/service/impl/AgentUserServiceImpl.java
@@ -116,7 +116,7 @@
    }
    public ServerResponse getAgentInfo(HttpServletRequest request) {
    public ServerResponse getAgentInfo(HttpServletRequest request) throws Exception {
        String host = "";
        ServerResponse serverResponse = this.iSiteInfoService.getInfo(request);
        if (serverResponse.isSuccess()) {