Commit bc067075 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

托管回调

See merge request !2042
parents 0acccad9 3b7005bb
......@@ -17,6 +17,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
......@@ -35,6 +36,7 @@ public class QywxCallbackController extends WebBaseController {
@RequestMapping("qywx-msg-notice")
@IgnoreLogin
@ResponseBody
public Object callback(HttpServletRequest request , HttpServletResponse response) {
try {
String body = IOUtils.toString(request.getInputStream()) ;
......
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