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

This commit is contained in:
puhui999
2024-07-25 17:37:50 +08:00
parent 7f87f26f3a
commit 4696105210
13 changed files with 109 additions and 62 deletions

View File

@ -0,0 +1,15 @@
package cn.iocoder.yudao.module.pay.enums;
// TODO @芋艿:枚举
/**
* 通知模板枚举类
*
* @author HUIHUI
*/
public interface MessageTemplateConstants {
//======================= 小程序订阅消息 =======================
String PAY_WALLET_CHANGE = "充值成功通知";
}