Commit 59cd8941 authored by shiyu's avatar shiyu

发送短信

parent d14534be
...@@ -222,9 +222,9 @@ public class ExchangeApplyOrderServiceImpl implements ExchangeApplyOrderService ...@@ -222,9 +222,9 @@ public class ExchangeApplyOrderServiceImpl implements ExchangeApplyOrderService
} }
//发短信通知申请方 //发短信通知申请方
try { try {
aliSmsSender.sendSms(dto.getTargetUserId(), msg); aliSmsSender.sendSms(exchangeApplyOrder.getUserOrderId(), msg);
} catch (Exception e) { } catch (Exception e) {
logger.info(">>>>>>>>> 用户id:{}, 发送换货申请结果通知短信失败 <<<<<<<<<", dto.getTargetUserId()); logger.info(">>>>>>>>> 用户id:{}, 发送换货申请结果通知短信失败 <<<<<<<<<", dto.getUserOrderId());
} }
return Result.success(); return Result.success();
} catch (Exception e) { } 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