【优化】SYSTEM: 根据代码评审优化订阅消息

This commit is contained in:
puhui999
2024-07-30 12:19:31 +08:00
parent 345f41b153
commit f10840afb8
12 changed files with 131 additions and 257 deletions

View File

@ -11,19 +11,4 @@ public interface MessageTemplateConstants {
String PAY_WALLET_CHANGE = "充值成功通知";
// TODO @puhui999这种建议不枚举直接写~嘿嘿。
/**
* 充值成功通知模版参数
*
* @author HUIHUI
*/
class PayWalletChangeTemplateParams {
public static final String NO = "character_string1"; // 流水编号
public static final String PRICE = "amount2"; // 充值金额
public static final String PAY_TIME = "time3"; // 充值时间
public static final String STATUS = "phrase4"; // 充值状态
}
}