Commit d7175254 authored by hezhen's avatar hezhen

Merge branch 'master_activity' into base-modify

parents 98622bc5 bab0ab96
...@@ -99,6 +99,7 @@ public class WeixinController { ...@@ -99,6 +99,7 @@ public class WeixinController {
if (StringUtils.isNotBlank(auto)){ if (StringUtils.isNotBlank(auto)){
callback+="&a=1"; callback+="&a=1";
} }
callback+="&pId=27560";
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