1
This commit is contained in:
25
common/const/enum/smstemplate/sms_template.go
Normal file
25
common/const/enum/smstemplate/sms_template.go
Normal file
@ -0,0 +1,25 @@
|
||||
package smstemplate
|
||||
|
||||
// 短信模板 Key 命名规则:SmsTemplate_BusinessType_Language
|
||||
const (
|
||||
// 通用业务模板 - 中文
|
||||
SmsTemplate_1_CN = "您正在进行【${business}】,验证码:${code},5分钟内有效,请勿泄露给任何人。如非本人操作请立即联系官方客服。"
|
||||
// 通用业务模板 - 英文
|
||||
SmsTemplate_1_EN = "Are you doing [${business}] Verification code: ${code}, valid within 5 minutes, please do not disclose it to anyone."
|
||||
// 卖家已确认收款_CN
|
||||
SmsTemplate_2_CN = "订单号 ${ordersn},卖家已确认收款,订单已完成,请前往账户查收资产。"
|
||||
// 卖家已确认收款_EN
|
||||
SmsTemplate_2_EN = "Order number ${ordersn}, the seller has confirmed the payment, the order has been completed, please go to the account to check the assets."
|
||||
// 卖家申诉_CN
|
||||
SmsTemplate_3_CN = "订单号 ${ordersn},卖家已发起申诉,请尽快前往处理该订单申诉。"
|
||||
// 卖家申诉_EN
|
||||
SmsTemplate_3_EN = "Order number ${ordersn}, the seller has initiated an appeal, please go to the appeal as soon as possible."
|
||||
// 买家已付款_CN
|
||||
SmsTemplate_4_CN = "订单号 ${ordersn},买家已付款,请查收款项进行放行。"
|
||||
// 买家已付款_EN
|
||||
SmsTemplate_4_EN = "Order number ${ordersn}, the buyer has paid, please check the payment for release."
|
||||
// 买家申诉_CN
|
||||
SmsTemplate_5_CN = "订单号 ${ordersn},买家已发起申诉,请尽快处理该订单申诉。"
|
||||
// 买家申诉_EN
|
||||
SmsTemplate_5_EN = "Order number ${ordersn}, the buyer has initiated an appeal, please handle the order appeal as soon as possible."
|
||||
)
|
||||
Reference in New Issue
Block a user