|
@@ -342,7 +342,7 @@ public class LifeDiscountCouponStoreFriendServiceImpl extends ServiceImpl<LifeDi
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
LifeNotice lifeMessage = new LifeNotice();
|
|
LifeNotice lifeMessage = new LifeNotice();
|
|
|
- String text = "您的好友" + storeName + "送了您" + qty + "张优惠券,快去使用吧!";
|
|
|
|
|
|
|
+ String text = "您的好友" + storeName + "送了您" + qty + "张优惠券";
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("message", text);
|
|
jsonObject.put("message", text);
|
|
|
lifeMessage.setReceiverId("store_" + friendPhone);
|
|
lifeMessage.setReceiverId("store_" + friendPhone);
|