We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e19f5 commit 212ab73Copy full SHA for 212ab73
1 file changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/shop/WxMaShopSpuInfo.java
@@ -102,4 +102,22 @@ public class WxMaShopSpuInfo implements Serializable {
102
*/
103
@SerializedName("skus")
104
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
118
119
120
121
+ @SerializedName("item_type")
122
+ private Integer itemType;
123
}
0 commit comments