【新增】MALL: 新增退款订阅消息发送

This commit is contained in:
puhui999
2024-07-30 15:40:21 +08:00
parent a9862b798d
commit 4c846ef4ce
10 changed files with 60 additions and 53 deletions

View File

@ -9,6 +9,7 @@ public interface MessageTemplateConstants {
//======================= 小程序订阅消息 =======================
String PAY_WALLET_CHANGE = "充值成功通知";
String WALLET_RECHARGER_PAID = "充值成功通知";
String WALLET_RECHARGE_REFUNDED = "退款申请通知";
}