Commit 5adb2473 authored by hezhen's avatar hezhen

123

parent c7c68c5a
......@@ -96,7 +96,7 @@ public class WeixinController {
if (StringUtils.isNotBlank(key)){
callback+="&key="+key;
}
if (StringUtils.isNotBlank(auto)){
if (StringUtils.isNotBlank(auto)&&callback.contains("summitDetail.html")){
callback+="&a=1";
}
log.info("callback===" + callback);
......
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