mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 #2830 【小程序】交易组件商品spu list接口返回类增加缺失的productId字段
This commit is contained in:
@ -9,6 +9,9 @@ import lombok.Data;
|
|||||||
public class WxMinishopSpu implements Serializable {
|
public class WxMinishopSpu implements Serializable {
|
||||||
private static final long serialVersionUID = 6689040014027161007L;
|
private static final long serialVersionUID = 6689040014027161007L;
|
||||||
|
|
||||||
|
@SerializedName("product_id")
|
||||||
|
private String productId;
|
||||||
|
|
||||||
@SerializedName("out_product_id")
|
@SerializedName("out_product_id")
|
||||||
private String outProductId;
|
private String outProductId;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user