1
0
mirror of synced 2026-05-20 09:16:25 +08:00

🎨 #3959 【视频号】修复订单相关数据模型中 product_id 的接收类型不匹配问题

This commit is contained in:
z564855949
2026-05-09 10:29:09 +08:00
committed by GitHub
parent 7a4204a6c2
commit b9bf178048

View File

@@ -31,7 +31,7 @@ public class MainProductInfo implements Serializable {
* 商品id * 商品id
*/ */
@JsonProperty("product_id") @JsonProperty("product_id")
private Integer productId; private String productId;
/** /**
* 主品sku_id * 主品sku_id