| | |
| | | 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; |
| | |
| | | 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; |
| | | } |