mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 12:37:55 +08:00
1、增加卡券的api_ticket,区分jsapi_ticket,二者的获取逻辑不同;
2、增加小程序审核事件及审核事件推送消息SuccTime和Reason两个字段; 3、增加开放平台获取会员卡开卡插件参数接口。 4、增加开放平台手机端预授权接口实现;
This commit is contained in:
@ -250,6 +250,15 @@ public class WxConsts {
|
||||
*/
|
||||
public static final String CARD_PAY_ORDER = "card_pay_order";
|
||||
|
||||
/**
|
||||
* 小程序审核事件:审核通过
|
||||
*/
|
||||
public static final String WEAPP_AUDIT_SUCCESS = "weapp_audit_success";
|
||||
|
||||
/**
|
||||
* 小程序审核事件:审核不通过
|
||||
*/
|
||||
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user