|
@@ -27,12 +27,13 @@ public class WxClueController {
|
|
|
|
|
|
}
|
|
|
|
|
|
- @PostMapping(value = "wx_create", produces = MediaType.APPLICATION_XML_VALUE)
|
|
|
+ @PostMapping(value = "wx_create")
|
|
|
@NoAPIResponse
|
|
|
public void wxCreate(@RequestBody String wxXml,
|
|
|
HttpServletResponse response) throws IOException {
|
|
|
System.out.println(wxXml);
|
|
|
logger.info("wx xml", wxXml);
|
|
|
+ response.getWriter().write("OK");
|
|
|
|
|
|
}
|
|
|
}
|