【新增】SYSTEM: 发送微信小程序订阅消息测试接口

This commit is contained in:
puhui999
2024-07-24 17:18:48 +08:00
parent 63e319e663
commit 8054847b05
5 changed files with 36 additions and 5 deletions

View File

@ -13,4 +13,9 @@ public interface MessageTemplateConstants {
String BROKERAGE_WITHDRAW_AUDIT_APPROVE = "brokerage_withdraw_audit_approve"; // 佣金提现(审核通过)
String BROKERAGE_WITHDRAW_AUDIT_REJECT = "brokerage_withdraw_audit_reject"; // 佣金提现(审核不通过)
//======================= 订阅消息模版 =======================
String ORDER_AFTERSALE_CHANGE = "售后进度通知";
String MONEY_CHANGE = "充值成功通知";
}