Skip to content

Commit

Permalink
🎨 binarywang#2687 【小程序】直播商品管理接口添加字段
Browse files Browse the repository at this point in the history
  • Loading branch information
azouever committed Jun 10, 2022
1 parent bb8c82d commit 5453b02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ public static class Goods implements Serializable {
*/
@SerializedName("third_party_tag")
private String thirdPartyTag;

/**
* 当商品为第三方小程序的商品则填写为对应第三方小程序的appid,自身小程序商品则为''
*/
private String thirdPartyAppid;
}

/**
Expand Down

0 comments on commit 5453b02

Please sign in to comment.