|
@@ -54,8 +54,6 @@ public class AuthRedirectController {
|
|
|
@Resource
|
|
|
UserMapper userMapper;
|
|
|
|
|
|
- public static final long version = System.currentTimeMillis();
|
|
|
-
|
|
|
@RequestMapping("/corpWXAuth")
|
|
|
public ModelAndView auth(String code, int state) {
|
|
|
Map<String,Object> reqParam = new HashMap<String,Object>(16);
|
|
@@ -79,8 +77,6 @@ public class AuthRedirectController {
|
|
|
reqParam.put("userId", curUser.getId());
|
|
|
}
|
|
|
reqParam.put("hasTriedAutoLogin", 1);
|
|
|
- //加上时间戳,保证每次服务器升级后是最新的
|
|
|
- reqParam.put("v", version);
|
|
|
String redirecUrl = null;
|
|
|
if (state == 0) {
|
|
|
redirecUrl = "http://mobworktime.ttkuaiban.com";
|