mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
【新增】SYSTEM: 发送微信小程序订阅消息测试接口
This commit is contained in:
@ -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 = "充值成功通知";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user