Commit e70b8eeb authored by lee_mingzhu's avatar lee_mingzhu

Merge remote-tracking branch 'origin/xyqb-user2-msg2.0' into xyqb-user2-msg2.0

parents ae2fa7ad cf8fe7b7
......@@ -100,9 +100,9 @@ public class SmsServiceImpl implements ISmsService {
private boolean confirmSms(String smsVerificationCode, String unqiueId, String code) {
try {
MsgParams message = new MsgParams(Collections.singletonList(2), unqiueId);
MsgParams messageVoice = new MsgParams(Collections.singletonList(4), unqiueId);
//MsgParams messageVoice = new MsgParams(Collections.singletonList(4), unqiueId);
getSmsSender().confirmMsg(message);
getSmsSender().confirmMsg(messageVoice);
//getSmsSender().confirmMsg(messageVoice);
//smsSender.confirmSmsResult("1", unqiueId);
LOGGER.info("confirmMsg send success, uniqueId={}", unqiueId);
} catch (Exception e) {
......
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