站内信模块:完善注释

This commit is contained in:
YunaiV
2023-01-28 22:59:01 +08:00
parent ae3ee95cdd
commit 1943e71e3f
9 changed files with 29 additions and 32 deletions

View File

@ -13,21 +13,17 @@ public interface NotifyMessageSendApi {
/**
* 发送单条站内信给 Admin 用户
* <p>
* 在 mobile 为空时,使用 userId 加载对应 Admin 的手机号
*
* @param reqDTO 发送请求
* @return 发送消息ID
* @return 发送消息 ID
*/
Long sendSingleMessageToAdmin(@Valid NotifySendSingleToUserReqDTO reqDTO);
/**
* 发送单条站内信给 Member 用户
* <p>
* 在 mobile 为空时,使用 userId 加载对应 Member 的手机号
*
* @param reqDTO 发送请求
* @return 发送消息ID
* @return 发送消息 ID
*/
Long sendSingleMessageToMember(@Valid NotifySendSingleToUserReqDTO reqDTO);