Uses of Class
com.foxinmy.weixin4j.model.card.GiftCardPage
-
Packages that use GiftCardPage Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api -
-
Uses of GiftCardPage in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type GiftCardPage Modifier and Type Method Description String
WeixinProxy. addGiftCardPage(GiftCardPage page)
微信礼品卡货架创建接口,开发者可以通过该接口创建一个礼品卡货架并且用于公众号、门店的礼品卡售卖。ApiResult
WeixinProxy. updateGiftCardPage(GiftCardPage page)
修改礼品卡货架信息接口 -
Uses of GiftCardPage in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type GiftCardPage Modifier and Type Method Description String
CardApi. addGiftCardPage(GiftCardPage page)
创建一个礼品卡货架ApiResult
CardApi. updateGiftCardPage(GiftCardPage page)
更新礼品卡货架
-