Commit 79a76339 by fanjiaxin

联调问题处理

parent f59a9f20
Pipeline #71566 passed with stages
in 54 seconds
......@@ -41,7 +41,7 @@ public class WeChatShopGetSharerProductCommissionRequest implements IWeChatReque
/**
* 处理
*/
public WeChatGetSharerProductCommissionVO handle(String sharerAppid, Integer productId, String commissionRatio) {
public WeChatGetSharerProductCommissionVO handle(String sharerAppid, String productId) {
WeChatGetSharerProductCommissionBO params = WeChatGetSharerProductCommissionBO.builder()
.sharer_appid(sharerAppid)
.product_id(productId)
......
......@@ -22,5 +22,5 @@ public class WeChatGetSharerProductCommissionBO implements Serializable {
/**
* 商品列表
*/
private Integer product_id;
private String product_id;
}
......@@ -29,7 +29,7 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
/**
* 商品id
*/
private Integer product_id;
private String product_id;
/**
* 商品卡片透传参数【注意:内嵌商品卡片时一定要传,不然会归因失败】
*/
......@@ -67,7 +67,6 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
private List<WeChatPromoteProductSkuInfoVO> skus;
@Data
public static class WeChatPromoteProductSkuInfoVO {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment