|
@@ -90,7 +90,7 @@ public class SetControlDataInterceptor extends HandlerInterceptorAdapter {
|
|
|
User user = UserUtil.getUser(request);
|
|
|
if(!notCheckPhoneList.contains(url)){
|
|
|
if(StringUtils.isEmpty(user.getMobile())){
|
|
|
- String sysUrl=(String) SystemResourceLocator.getValue("sys_url");
|
|
|
+ String sysUrl="https://book.sharingschool.com";
|
|
|
|
|
|
response.sendRedirect(sysUrl+"/weixin/mylib/bindingMobilePhone.html?redirectUrl="+(sysUrl+url));
|
|
|
return false;
|
|
@@ -120,7 +120,7 @@ public class SetControlDataInterceptor extends HandlerInterceptorAdapter {
|
|
|
tokenManager.createWxOpenId(openid, subscribe);
|
|
|
}
|
|
|
modelAndView.addObject("subscribe",subscribe);
|
|
|
- modelAndView.addObject("sysUrl", SystemResourceLocator.getValue("sys_url"));
|
|
|
+ modelAndView.addObject("sysUrl", "https://book.sharingschool.com");
|
|
|
|
|
|
modelAndView.addObject("imgUrl", SystemResourceLocator.getValue("STATIC_FILE_URL"));
|
|
|
|