Commit f3ba834e by lyhuang

change return page to value

parent 870c8934
...@@ -110,6 +110,7 @@ public class CallCenterController { ...@@ -110,6 +110,7 @@ public class CallCenterController {
* @return * @return
*/ */
@RequestMapping(value = "/callback", method = RequestMethod.POST) @RequestMapping(value = "/callback", method = RequestMethod.POST)
@ResponseBody
public String callbackEvent(HttpServletRequest request, HttpServletResponse response, @RequestBody String eventJsonString, ModelMap model) { public String callbackEvent(HttpServletRequest request, HttpServletResponse response, @RequestBody String eventJsonString, ModelMap model) {
String result = ""; String result = "";
......
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 sign in to comment