|
@@ -103,7 +103,7 @@ public class WeChatController {
|
|
|
// request.getSession().setAttribute("phone",one.getPhone());
|
|
|
// }
|
|
|
|
|
|
- String sendUrl = String.format("https://manager.usky.cn/mobile/#/pages/login?openId=",openid);
|
|
|
+ String sendUrl = "https://manager.usky.cn/mobile/#/pages/login?openId="+openid;
|
|
|
response.sendRedirect(URLDecoder.decode(sendUrl, "UTF-8"));
|
|
|
} catch (Exception e) {
|
|
|
throw new BusinessException(e.getMessage());
|