Skip to content

Commit 212ab73

Browse files
authored
🎨 #2888 【小程序】自定义交易组件商品上传API增加部分参数
1 parent 47e19f5 commit 212ab73

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/shop/WxMaShopSpuInfo.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,22 @@ public class WxMaShopSpuInfo implements Serializable {
102102
*/
103103
@SerializedName("skus")
104104
private List<WxMaShopSkuInfo> skus;
105+
106+
/**
107+
* 商品使用场景
108+
* <pre>
109+
* 是否必填: 是
110+
* </pre>
111+
*/
112+
@SerializedName("scene_group_list")
113+
private Integer[] sceneGroupList;
114+
115+
/**
116+
* 商品类型
117+
* <pre>
118+
* 是否必填: 是
119+
* </pre>
120+
*/
121+
@SerializedName("item_type")
122+
private Integer itemType;
105123
}

0 commit comments

Comments
 (0)