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