Browse Source

//test

release_toaliyun_real
xhxu 3 years ago
parent
commit
037fe7230a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java View File

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


Loading…
Cancel
Save