|
|
@@ -151,7 +151,7 @@ public class GoodsSubscribeAlertServiceImpl implements GoodsSubscribeAlertServic
|
|
|
}
|
|
|
|
|
|
public Boolean sendPhoneNotifySubscribe(String title, Long goodsId, Long userId) {
|
|
|
- String msg = String.format(Constant.GOODS_SUBSCRIBE_ALERT_MSG, title, goodsId);
|
|
|
+ String msg = String.format(Constant.GOODS_SUBSCRIBE_ALERT_MSG, title);
|
|
|
try {
|
|
|
smsService.sendSmsToRelationUser(userId, msg);
|
|
|
return true;
|