From c2d3d6b1430b81d44bd924bd1cfc15b00ee21435 Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 28 Sep 2022 15:26:04 +0800 Subject: [PATCH] //test --- .../pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java b/mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java index 74760bc7a..44c8b0adf 100644 --- a/mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java +++ b/mallinkService/src/main/java/com/iformall/service/pay/service/pay/douyin/v1/miniApp/TtMiniAppPayAdapterService.java @@ -463,7 +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",ttCouponChannelPoi.getSpuId()); + good.put("goodsId",wxCoupon.getId().toString()); good.put("goodsType",1); goodsList.add(good); }