🎨 #2888 【小程序】自定义交易组件商品上传API增加部分参数

This commit is contained in:
liming1019 2022-12-05 22:25:08 +08:00 committed by Binary Wang
parent 57859d8d80
commit d3552245a5

View File

@ -102,4 +102,22 @@ public class WxMaShopSpuInfo implements Serializable {
*/
@SerializedName("skus")
private List<WxMaShopSkuInfo> skus;
/**
* 商品使用场景
* <pre>
* 是否必填
* </pre>
*/
@SerializedName("scene_group_list")
private Integer[] sceneGroupList;
/**
* 商品类型
* <pre>
* 是否必填
* </pre>
*/
@SerializedName("item_type")
private Integer itemType;
}