public interface WxCardApi
| 限定符和类型 | 方法和说明 |
|---|---|
WxResp |
card_code_consume(String code)
微信卡券:核销卡券
建议在调用核销卡券接口之前调用查询Code接口 以便在核销之前对非法状态的Code(如转赠中、已删除、已核销等)做出处理 |
WxResp |
card_code_consume(String code,
String cardId)
微信卡券:核销卡券
建议在调用核销卡券接口之前调用查询Code接口 以便在核销之前对非法状态的Code(如转赠中、已删除、已核销等)做出处理 |
WxResp |
card_code_get(String code)
微信卡券:查询Code
|
WxResp |
card_code_get(String code,
String cardId)
微信卡券:查询Code
|
WxResp |
card_code_get(String code,
String cardId,
Boolean checkConsume)
微信卡券:查询Code
|
WxResp |
card_create(org.nutz.lang.util.NutMap card)
微信卡券:创建卡券
|
WxResp |
card_qrcode_create(org.nutz.lang.util.NutMap body)
微信卡券:投放卡券,创建二维码
|
WxResp card_create(org.nutz.lang.util.NutMap card)
card - WxResp card_qrcode_create(org.nutz.lang.util.NutMap body)
body - WxResp card_code_get(String code, String cardId, Boolean checkConsume)
code - 卡券Code码,一张卡券的唯一标识,必填cardId - 卡券ID代表一类卡券,null表示不填此参数。自定义code卡券必填checkConsume - 是否校验code核销状态,填入true和false时的code异常状态返回数据不同,null表示不填此参数WxResp card_code_get(String code, String cardId)
code - 卡券Code码,一张卡券的唯一标识,必填cardId - 卡券ID代表一类卡券,null表示不填此参数。自定义code卡券必填WxResp card_code_consume(String code, String cardId)
code - 需核销的Code码,必填cardId - 卡券ID代表一类卡券,null表示不填此参数。创建卡券时use_custom_code填写true时必填。非自定义Code不必填写Copyright © 2019. All rights reserved.