Commit 37f68212 by 徐高华

Merge branch '转web' into 'master'

add

See merge request !15
parents 15f1275d 66b6a2e5
......@@ -33,7 +33,7 @@ public class QywxController {
return map;
}
@RequestMapping("self-post-json-body")
@RequestMapping("self-post-json")
public Object selfPostJson(String url, @RequestBody Map<String, Object> jsonBody, String ip) {
String json = null ;
if(null != jsonBody) {
......@@ -44,7 +44,7 @@ public class QywxController {
return map;
}
@RequestMapping("self-post-json")
@RequestMapping("self-post-json-body")
public Object selfPostJson(HttpServletRequest request, String url, String ip) throws IOException {
InputStream inputStream = request.getInputStream();
Map<String, Object> map = null ;
......
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