Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wmz1930/GitEgg into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeebase committed May 11, 2023
2 parents 41da3c6 + 6d4d8d8 commit 4e76584
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public Result<?> sendSmsNormal(String smsCode, String smsData, String phoneNumbe
smsDataParam.setParams(smsDataMap);
ISmsSendService smsSendService = smsFactory.getSmsSendService(smsTemplateDTO);
Result result = smsSendService.sendSms(smsDataParam, phoneNumberList);
smsTemplateDTO.setSecretId(null);
smsTemplateDTO.setSecretKey(null);
smsTemplateDTO.setRegionId(null);
result.setData(smsTemplateDTO);
return result;
}
Expand Down

0 comments on commit 4e76584

Please sign in to comment.