微调
This commit is contained in:
@@ -263,7 +263,6 @@ public class TelecomSmsSender implements SmsSender {
|
||||
|
||||
TelecomSmsSelectResponse telecomSmsSelectResponse = JSON.parseObject(response.getBody(), TelecomSmsSelectResponse.class);
|
||||
TelecomSmsSelectDetailRes telecomSmsSelectDetailRes = telecomSmsSelectResponse.list.get(0);
|
||||
boolean b = Math.random() > 0.5;
|
||||
if (telecomSmsSelectDetailRes.getStatus() == 5) {
|
||||
message.setStatus(MessageStatusConstant.FAILED);
|
||||
ProviderErrorCodeMappingDO providerErrorCodeMappingDO = this.sender.providerErrorCodeMappingService.getByProviderErrorCode(message.getProviderType(), message.getChannel(), telecomSmsSelectDetailRes.getStat());
|
||||
|
||||
Reference in New Issue
Block a user