Commit 70d28016 by fudahua

消息推送-枚举

parent 615252cd
......@@ -131,6 +131,9 @@ public class NotifyController extends WebBaseController {
*/
@RequestMapping("/message/read")
public HaobanResponse readSingle(Long noticeMessageId) {
if (noticeMessageId == null) {
return resultResponse(HaoBanErrCode.ERR_2);
}
noticeMessageService.updateReadFlagById(noticeMessageId);
return resultResponse(HaoBanErrCode.ERR_1);
}
......
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