Skip to content

Commit e6202f6

Browse files
committed
修复接收类型问题
1 parent 7089548 commit e6202f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/order/MainProductInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class MainProductInfo implements Serializable {
3131
* 商品id
3232
*/
3333
@JsonProperty("product_id")
34-
private Integer productId;
34+
private String productId;
3535

3636
/**
3737
* 主品sku_id

0 commit comments

Comments
 (0)