修复单位

dev_aagame_provider
zhora 2 months ago
parent 6fedc45331
commit 0c52e3ee04
  1. 8
      call/mail.go

@ -13,11 +13,11 @@ import (
var (
SystemTitle = "System Notice"
EmailWithdrawPass = "Your order %v, amount: $%v is in the payment status, please be patient."
EmailWithdrawSuccess = "Your order %v, amount: $%v has been credited, please check. If you have any questions, you can contact customer service."
EmailWithdrawFail = "Your order %v, Amount: $%v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit"
EmailWithdrawPass = "Your order %v, amount: %v is in the payment status, please be patient."
EmailWithdrawSuccess = "Your order %v, amount: %v has been credited, please check. If you have any questions, you can contact customer service."
EmailWithdrawFail = "Your order %v, Amount: %v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit"
EmailShareWithdrawFail = "Your friend's invitation reward withdrawal order: %v, Amount: %v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit.\n"
EmailDiscount = "Congratulations, you have received a $%v coupon for a top-up of $%v or more."
EmailDiscount = "Congratulations, you have received a ₹%v coupon for a top-up of ₹%v or more."
EmailShareRank = "Congratulations on achieving Rank %v in the million giveaway event. You have received a bonus of ₹%v. Thank you for participating!"
)

Loading…
Cancel
Save