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