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 58efa30 commit 1129abbCopy full SHA for 1129abb
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/product/SpuInfo.java
@@ -139,4 +139,16 @@ public class SpuInfo extends SpuSimpleInfo {
139
/** 尺码表信息 */
140
@JsonProperty("size_chart")
141
private SpuSizeChart sizeChart;
142
+
143
+ /** 短标题 */
144
+ @JsonProperty("short_title")
145
+ private String shortTitle;
146
147
+ /** 销量 */
148
+ @JsonProperty("total_sold_num")
149
+ private Integer totalSoldNum;
150
151
+ /** 发布模式,0: 普通模式;1: 极简模式 */
152
+ @JsonProperty("release_mode")
153
+ private Integer releaseMode;
154
}
0 commit comments