| | |
| | | */ |
| | | @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"); |