@RequestMapping(value = "/test", method = RequestMethod.POST, produces = "application/json;charset=utf-8")
@ResponseBody
public Object test(@RequestBody MsgPushEntity entity) { return “”}
添加回复
请先登陆
@RequestMapping(value = "/test", method = RequestMethod.POST, produces = "application/json;charset=utf-8")
@ResponseBody
public Object test(@RequestBody MsgPushEntity entity) { return “”}