Commit e131dbe7 authored by hezhen's avatar hezhen

123

parent a1be36a4
...@@ -91,7 +91,9 @@ public class WeixinController { ...@@ -91,7 +91,9 @@ public class WeixinController {
log.info("-----微信回调userInfo---key=="+key+"----activityId==="+activityId+"----callback==="+callback); log.info("-----微信回调userInfo---key=="+key+"----activityId==="+activityId+"----callback==="+callback);
userBiz.authUser(code,key,activityId,request); userBiz.authUser(code,key,activityId,request);
//callback =new String(Base64.decode(callback), "utf-8"); //callback =new String(Base64.decode(callback), "utf-8");
callback+="&key="+key; if (StringUtils.isNotBlank(key)){
callback+="&key="+key;
}
log.info("callback===" + callback); log.info("callback===" + callback);
return String.format("redirect:"+callback); return String.format("redirect:"+callback);
}catch (Exception e){ }catch (Exception e){
......
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