Ver Fonte

微信红包

zhangkaikai há 1 ano atrás
pai
commit
5b51e07a4b

+ 1 - 1
mp-service/src/main/java/com/qs/mp/admin/service/impl/TicketBoxServiceImpl.java

@@ -541,7 +541,7 @@ public class TicketBoxServiceImpl extends ServiceImpl<TicketBoxMapper, TicketBox
                     awardsPrize.setPicUrl(couponPkg.getPicUrl());
                 } else if (prizeParam.getPrizeType() == TicketPrizeTypeEnum.RED_PKG) {
                     awardsPrize.setTitle("微信红包");
-                    awardsPrize.setPicUrl(Constants.HONGBAO_PIC);
+                    awardsPrize.setPicUrl("static" + "/" + Constants.HONGBAO_PIC);
                 } else {
                     awardsPrize.setTitle("盲豆");
                     awardsPrize.setPicUrl(Constants.MANGDOU_PIC);