소스 검색

修改BUG5329

lutong 13 시간 전
부모
커밋
34ca545c55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      alien-store/src/main/java/shop/alien/store/service/impl/LifeDiscountCouponStoreFriendServiceImpl.java

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/LifeDiscountCouponStoreFriendServiceImpl.java

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