@RequestMapping(value = "/getMsg5", method = RequestMethod.POST) public Map index(@RequestBody Map params) { string id = params.get("id"); HashMap result = new HashMap(); result.put("userId", "abc" + id); return result; }
2.1,收集客户电话录入的信息
2.2,放音确认,客户输入信息
2.3,把客户输入的信息,调用接口