mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 19:17:39 +08:00
🎨 #2888 【小程序】自定义交易组件商品上传API增加部分参数
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user