| | |
| | | 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; |
| | | } |
| | |
| | | resultUserInfo.put("sex", tmpUserInfo.getString("sex")); |
| | | resultUserInfo.put("localtionCd", tmpUserInfo.getString("localtionCd")); |
| | | resultUserInfo.put("levelCd", tmpUserInfo.getString("levelCd")); |
| | | resultUserInfo.put("tel", CommonUtil.mobileEncrypt(tmpUserInfo.getString("tel"))); |
| | | //resultUserInfo.put("tel", CommonUtil.mobileEncrypt(tmpUserInfo.getString("tel"))); |
| | | resultUserInfo.put("tel", tmpUserInfo.getString("tel")); // 这里不加密了 因为前台很多地方直接 关联出 用户的手机号 所以 加密了 没法处理 modify by wuxw 2022-07-04 |
| | | resultUserInfo.put("email", tmpUserInfo.getString("email")); |
| | | resultUserInfo.put("userId",tmpUserInfo.getString("userId")); |
| | | String watermark = MappingCache.getValue("watermark"); |