Kaynağa Gözat

//test

release_toaliyun_real
xhxu 3 yıl önce
ebeveyn
işleme
c2d3d6b143
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java Dosyayı Görüntüle

@@ -463,7 +463,8 @@ public class TtMiniAppPayAdapterService extends BaseTtPayAdapterService implemen
good.put("price",wxCoupon.getSalePrice()*quantity); good.put("price",wxCoupon.getSalePrice()*quantity);
good.put("goodsName",wxCoupon.getTitle()); good.put("goodsName",wxCoupon.getTitle());
good.put("goodsPhoto",wxCoupon.getCoverImg()); good.put("goodsPhoto",wxCoupon.getCoverImg());
good.put("goodsId",ttCouponChannelPoi.getSpuId());
// good.put("goodsId",ttCouponChannelPoi.getSpuId());
good.put("goodsId",wxCoupon.getId().toString());
good.put("goodsType",1); good.put("goodsType",1);
goodsList.add(good); goodsList.add(good);
} }


Yükleniyor…
İptal
Kaydet