mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 10:07:06 +08:00
🎨 #2687 【小程序】直播商品管理接口添加缺失的字段thirdPartyAppid
This commit is contained in:
@ -27,4 +27,10 @@ public class WxMaLiveGoodInfo implements Serializable {
|
||||
* https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/pendant.html
|
||||
*/
|
||||
private List<String> goodsKey;
|
||||
|
||||
|
||||
/**
|
||||
* 当商品为第三方小程序的商品则填写为对应第三方小程序的appid,自身小程序商品则为''
|
||||
*/
|
||||
private String thirdPartyAppid;
|
||||
}
|
||||
|
||||
@ -74,6 +74,11 @@ public class WxMaLiveResult implements Serializable {
|
||||
*/
|
||||
@SerializedName("third_party_tag")
|
||||
private String thirdPartyTag;
|
||||
|
||||
/**
|
||||
* 当商品为第三方小程序的商品则填写为对应第三方小程序的appid,自身小程序商品则为''
|
||||
*/
|
||||
private String thirdPartyAppid;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user