| | |
| | | import com.java110.utils.util.StringUtil; |
| | | import com.java110.vo.ResultVo; |
| | | 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.HttpStatus; |
| | | import org.springframework.http.ResponseEntity; |
| | |
| | | */ |
| | | @RequestMapping(path = "/refreshOpenId") |
| | | public ResponseEntity<String> refreshOpenId(@RequestParam String redirectUrl, |
| | | @RequestParam String wAppId, |
| | | @RequestParam(required = false) String wAppId, |
| | | HttpServletRequest request, |
| | | HttpServletResponse response) { |
| | | IPageData pd = PageData.newInstance().builder("", "", "", "", |
| | |
| | | return responseEntity; |
| | | } |
| | | |
| | | /*IPageData pd = (IPageData) request.getAttribute(CommonConstant.CONTEXT_PAGE_DATA);*/ |
| | | String appId = request.getHeader("APP_ID"); |
| | | if (StringUtil.isEmpty(appId)) { |
| | | appId = request.getHeader("APP-ID"); |