mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
🎨 #1449 微信卡券信息增加审核状态字段
This commit is contained in:
parent
ea01e55cce
commit
868545cfc3
@ -228,6 +228,18 @@ public class BaseInfo implements Serializable {
|
|||||||
@SerializedName("promotion_app_brand_pass")
|
@SerializedName("promotion_app_brand_pass")
|
||||||
private String promotionAppBrandPass;
|
private String promotionAppBrandPass;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* https://developers.weixin.qq.com/doc/offiaccount/Cards_and_Offer/Managing_Coupons_Vouchers_and_Cards.html#2
|
||||||
|
* “CARD_STATUS_NOT_VERIFY”,待审核 ;
|
||||||
|
* “CARD_STATUS_VERIFY_FAIL”,审核失败;
|
||||||
|
* “CARD_STATUS_VERIFY_OK”,通过审核;
|
||||||
|
* “CARD_STATUS_DELETE”,卡券被商户删除;
|
||||||
|
* “CARD_STATUS_DISPATCH”,在公众平台投放过的卡券 ;
|
||||||
|
*/
|
||||||
|
private String status;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return WxMpGsonBuilder.create().toJson(this);
|
return WxMpGsonBuilder.create().toJson(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user