docs(REQ-1309): 相关注释

背景:
  https://jira.axzo.cn/browse/REQ-1309?goToView=1

修改:
  相关注释的增删

影响:
  无
This commit is contained in:
luofu 2023-10-07 14:40:56 +08:00
parent 0fed3a717b
commit bbeaa6565b
11 changed files with 7 additions and 15 deletions

View File

@ -8,7 +8,7 @@ import java.util.concurrent.atomic.AtomicInteger;
/**
* @ClassName SendMessgeEvent
* @Description TODO
* @Description
* @Author zhangran
* @Date 2022/4/8 11:36
**/

View File

@ -24,7 +24,7 @@ import javax.annotation.Resource;
/**
* @ClassName SendMessageListener
* @Description TODO
* @Description
* @Author zhangran
* @Date 2022/4/8 11:44
**/

View File

@ -23,9 +23,4 @@ public final class UUIDUtil {
public static String uuidRawString() {
return UUID.randomUUID().toString();
}
public static void main(String[] arv) {
//TODO:[cold_blade]
System.out.println(uuidString());
}
}

View File

@ -5,7 +5,7 @@ import lombok.Getter;
import java.util.Arrays;
/**
* TODO
*
*
* @author wangli
* @date 2023/5/6 19:11

View File

@ -6,7 +6,7 @@ import java.io.Serializable;
/**
* @ClassName MsgReturnParamRes
* @Description TODO
* @Description
* @Author zhangran
* @Date 2022/3/28 19:12
**/

View File

@ -3,7 +3,7 @@ package cn.axzo.msg.center.common.enums;
/**
* 项目名称pudge
* AbstractEnum
* TODO
*
* 创建时间2022/7/14 12:26
* xuyaozuo
*/

View File

@ -8,7 +8,7 @@ import lombok.RequiredArgsConstructor;
/**
* 项目名称profiles
* OuType
* TODO
*
* 创建时间2022/5/13 14:41
* xuyaozuo
*/

View File

@ -24,7 +24,7 @@ public interface SmsSendManager {
/**
* 发送批量短信
*
* TODO 多个渠道请求对象响应对象需求统一
* 多个渠道请求对象响应对象需求统一
* @param requestDto
* @return
*/

View File

@ -65,7 +65,6 @@ public class LianLuSmsSendManagerImpl implements SmsSendManager {
@Override
public BatchMessageSendResponseDto sendBatchMessage(BatchMessageSendRequestDto requestDto) {
// FIXME:[cold_blade] 暂时还未支持有待后续的开发
throw new UnsupportedOperationException();
}

View File

@ -51,7 +51,6 @@ public class SubMailSmsSendManagerImpl implements SmsSendManager {
@Override
public BatchMessageSendResponseDto sendBatchMessage(BatchMessageSendRequestDto requestDto) {
// FIXME:[cold_blade] 暂时还未支持有待后续的开发
throw new UnsupportedOperationException();
}
}

View File

@ -354,7 +354,6 @@ public class TaskServiceImpl implements TaskService {
try {
batchMessageManger.sendBatchMessageAndHandleReceipt(message);
} catch (Exception e) {
// TODO 发送消息到钉钉
LogUtil.error("TaskServiceImpl.realBatchMessageSplitCompensation send channel fail", e);
}
});