1
0
mirror of synced 2025-12-16 12:25:33 +08:00

🎨 增加微信推送的自定义交易组件付款通知事件类型OPEN_PRODUCT_ORDER_PAY

This commit is contained in:
Sun Chen
2022-09-24 00:24:04 +08:00
committed by Binary Wang
parent 3477e41ad2
commit aa19a2874d
2 changed files with 41 additions and 0 deletions

View File

@@ -413,6 +413,10 @@ public class WxConsts {
*/
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
/**
* 小程序自定义交易组件支付通知
*/
public static final String OPEN_PRODUCT_ORDER_PAY = "open_product_order_pay";
/**
* 点击菜单跳转小程序的事件推送
*/