Commit b0691a90 authored by hezhen's avatar hezhen

123

parent f73a3432
...@@ -81,6 +81,10 @@ public class WeixinController { ...@@ -81,6 +81,10 @@ public class WeixinController {
if (params.length>1){ if (params.length>1){
callback=params[0]; callback=params[0];
key= RedisKey.CONSTANT_CODE_PREFIX+params[1]; key= RedisKey.CONSTANT_CODE_PREFIX+params[1];
}
params=callback.split("_");
if (params.length>1){
key= RedisKey.CONSTANT_CODE_PREFIX+params[1];
} }
log.info("-----微信回调userInfo---key=="+key+"----callback==="+callback); log.info("-----微信回调userInfo---key=="+key+"----callback==="+callback);
userBiz.authUser(code,key,request); userBiz.authUser(code,key,request);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment