【代码优化】SYSTEM:微信小程序的订阅

This commit is contained in:
YunaiV
2024-07-30 23:12:06 +08:00
parent 9058c152d8
commit 7782b36f90
7 changed files with 24 additions and 13 deletions

View File

@ -10,6 +10,7 @@ public interface MessageTemplateConstants {
//======================= 小程序订阅消息 =======================
String WALLET_RECHARGER_PAID = "充值成功通知";
// TODO @puhui999这个放在售后那。aftersale
String WALLET_RECHARGE_REFUNDED = "退款申请通知";
}