java110
2022-01-17 4e5b8cad8abbd56d373d27905a43524572638591
service-api/src/main/java/com/java110/api/smo/impl/NavServiceSMOImpl.java
@@ -13,7 +13,7 @@
import com.java110.utils.util.CommonUtil;
import com.java110.utils.util.StringUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
@@ -49,7 +49,7 @@
        JSONObject exitInfo = new JSONObject();
        exitInfo.put("token", pd.getToken());
        responseEntity = this.callCenterService(restTemplate, pd, exitInfo.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/user.service.logout", HttpMethod.POST);
                "user.service.logout", HttpMethod.POST);
        return responseEntity;
    }