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

This commit is contained in:
YunaiV
2024-07-31 19:48:02 +08:00
parent 1f65dd2ec9
commit ba18788517
10 changed files with 26 additions and 22 deletions

View File

@ -7,8 +7,8 @@ package cn.iocoder.yudao.module.pay.enums;
*/
public interface MessageTemplateConstants {
//======================= 小程序订阅消息 =======================
// ======================= 小程序订阅消息 =======================
String WALLET_RECHARGER_PAID = "充值成功通知";
String WXA_WALLET_RECHARGER_PAID = "充值成功通知";
}