mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #2567 【小程序】直播间和商品、挂件组件等相关接口完善
This commit is contained in:
@@ -4,6 +4,7 @@ import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 直播商品信息
|
||||
@@ -22,4 +23,8 @@ public class WxMaLiveGoodInfo implements Serializable {
|
||||
* 1, 2:表示是为api添加商品,否则是在MP添加商品
|
||||
*/
|
||||
private String thirdPartyTag;
|
||||
/**
|
||||
* https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/pendant.html
|
||||
*/
|
||||
private List<String> goodsKey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user