提交 264a3d93 编写于 作者: 大白八神's avatar 大白八神

精简代码

上级 61c73651
......@@ -30,7 +30,7 @@ public class AuthApiMsg extends BaseController {
* 课站内信详情
*/
@ApiOperation(value = "站内信详情", notes = "站内信详情接口")
@RequestMapping(value = "/view", method = RequestMethod.GET)
@RequestMapping(value = "/view", method = RequestMethod.POST)
Result<MsgDTO> view(@RequestBody MsgViewBO MsgViewBO) {
return biz.view(MsgViewBO);
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册