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 550b300 commit 57bf3e3Copy full SHA for 57bf3e3
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/AfterSaleExchangeProductInfo.java
@@ -31,4 +31,12 @@ public class AfterSaleExchangeProductInfo implements Serializable {
31
/** 数量 */
32
@JsonProperty("product_cnt")
33
private String productCnt;
34
+
35
+ /** 旧商品价格 */
36
+ @JsonProperty("old_sku_price")
37
+ private Integer oldSkuPrice;
38
39
+ /** 新商品价格 */
40
+ @JsonProperty("new_sku_price")
41
+ private Integer newSkuPrice;
42
}
0 commit comments