Commit b4d117bd by 徐高华

test

parent de3321f1
......@@ -20,7 +20,7 @@ public class QywxCallbackController extends WebBaseController {
private static final Logger logger = LoggerFactory.getLogger(QywxCallbackController.class);
private static final String url = "http://47.94.7.218:8083/wxwork/%s" ;
private static final String url = "http://47.94.7.218:8089/wxwork/%s" ;
@RequestMapping("qywx-msg-notice")
@IgnoreLogin
......@@ -112,4 +112,8 @@ public class QywxCallbackController extends WebBaseController {
retMap.put("map3",map3) ;
return retMap ;
}
public static void main(String[] args) {
System.out.println(String.format(url,"init"));
}
}
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