mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-21 13:41:53 +08:00
【代码优化】SYSTEM:微信小程序的订阅
This commit is contained in:
@@ -7,15 +7,15 @@ package cn.iocoder.yudao.module.trade.enums;
|
||||
*/
|
||||
public interface MessageTemplateConstants {
|
||||
|
||||
//======================= 短信消息模版 =======================
|
||||
// ======================= 短信消息模版 =======================
|
||||
|
||||
String ORDER_DELIVERY = "order_delivery"; // 短信模版编号
|
||||
String SMS_ORDER_DELIVERY = "order_delivery"; // 短信模版编号
|
||||
|
||||
String BROKERAGE_WITHDRAW_AUDIT_APPROVE = "brokerage_withdraw_audit_approve"; // 佣金提现(审核通过)
|
||||
String BROKERAGE_WITHDRAW_AUDIT_REJECT = "brokerage_withdraw_audit_reject"; // 佣金提现(审核不通过)
|
||||
String SMS_BROKERAGE_WITHDRAW_AUDIT_APPROVE = "brokerage_withdraw_audit_approve"; // 佣金提现(审核通过)
|
||||
String SMS_BROKERAGE_WITHDRAW_AUDIT_REJECT = "brokerage_withdraw_audit_reject"; // 佣金提现(审核不通过)
|
||||
|
||||
//======================= 小程序订阅消息模版 =======================
|
||||
// ======================= 小程序订阅消息模版 =======================
|
||||
|
||||
String DELIVERY_ORDER = "订单发货通知";
|
||||
String WXA_ORDER_DELIVERY = "订单发货通知";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user