Commit e023a7ec authored by hezhen's avatar hezhen

Merge branch 'master_activity' into base-modify

parents d7175254 c7c68c5a
...@@ -99,7 +99,6 @@ public class WeixinController { ...@@ -99,7 +99,6 @@ 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