Uses of Class
com.foxinmy.weixin4j.model.card.CardInfo
-
Packages that use CardInfo Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api -
-
Uses of CardInfo in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type CardInfo Modifier and Type Method Description com.alibaba.fastjson.JSONObject
WeixinProxy. updateGiftCardUserBalance(CardInfo cardInfo)
更新用户礼品卡信息 当礼品卡被使用后,可以通过该接口变更某个礼品卡的余额信息。 -
Uses of CardInfo in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type CardInfo Modifier and Type Method Description com.alibaba.fastjson.JSONObject
CardApi. updateGiftCardUserBalance(CardInfo cardInfo)
更新用户礼品卡信息 当礼品卡被使用后,可以通过该接口变更某个礼品卡的余额信息。
-