🎨 #3959 【视频号】修复订单相关数据模型中 product_id 的接收类型不匹配问题
This commit is contained in:
@@ -31,7 +31,7 @@ public class MainProductInfo implements Serializable {
|
||||
* 商品id
|
||||
*/
|
||||
@JsonProperty("product_id")
|
||||
private Integer productId;
|
||||
private String productId;
|
||||
|
||||
/**
|
||||
* 主品sku_id
|
||||
|
||||
Reference in New Issue
Block a user