Browse Source

更新云存开通成功文案

zhangdongming 1 năm trước cách đây
mục cha
commit
b419d58ba2
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      Controller/CloudStorage.py
  2. 1 1
      Controller/PaymentCycle.py

+ 3 - 3
Controller/CloudStorage.py

@@ -1920,7 +1920,7 @@ class CloudStorageView(View):
                     device_name = uid
                 sys_msg_text_list = [
                     '温馨提示:尊敬的客户,您的' + device_name + '设备在' + date_time + '已成功购买云存套餐',
-                    'Dear customer,you already subscribed the cloud storage package successfully for device ' + device_name + ' on ' + time.strftime(
+                    'Dear customer, you have now successfully subscribed to the cloud storage plan for device ' + device_name + ' on ' + time.strftime(
                         "%b %dth,%Y", time.localtime())]
 
                 return_url = "{}cloudstorage/payOK?lang={}".format(SERVER_DOMAIN_SSL, lang)
@@ -1934,7 +1934,7 @@ class CloudStorageView(View):
                     date_time = time.strftime("%Y-%m-%d", time.localtime())
                     sys_msg_text_list = [
                         '温馨提示:尊敬的客户,您的' + device_name + '设备在' + date_time + '已成功开通云存体验套餐',
-                        'Dear customer,you already subscribed the free trial cloud storage service successfully for device ' + device_name + ' on ' + time.strftime(
+                        'Dear customer, you have now successfully subscribed to the free trial of cloud storage service for device ' + device_name + ' on ' + time.strftime(
                             "%b %dth,%Y", time.localtime())]
                     sms = 'SMS_222870823'
                 if pay_type == 11:
@@ -1945,7 +1945,7 @@ class CloudStorageView(View):
                     date_time = time.strftime("%Y-%m-%d", time.localtime())
                     sys_msg_text_list = [
                         '温馨提示:尊敬的客户,您的' + device_name + '设备在' + date_time + '已成功兑换云存套餐',
-                        'Dear customer, you already redeemed for the cloud storage package successfully for device ' + device_name + ' on ' + time.strftime(
+                        'Dear customer, you have now successfully redeemed for the cloud storage service for device ' + device_name + ' on ' + time.strftime(
                             "%b %dth,%Y", time.localtime())]
                     sms = 'SMS_219748439'
 

+ 1 - 1
Controller/PaymentCycle.py

@@ -333,7 +333,7 @@ class PaypalCycleNotify(View):
                 datetime = time.strftime("%Y-%m-%d", time.localtime())
                 sys_msg_text_list = [
                     '温馨提示:尊敬的客户,您的' + device_name + '设备在' + datetime + '已成功订阅云存套餐',
-                    'Dear customer,you already subscribed the cloud storage package successfully for device ' + device_name + ' on ' + time.strftime(
+                    'Dear customer, you have now successfully subscribed to the cloud storage plan for device ' + device_name + ' on ' + time.strftime(
                         "%b %dth,%Y", time.localtime())]
                 CloudStorage.CloudStorageView().do_vod_msg_notice(UID, channel, userid, lang, sys_msg_text_list,
                                                                   'SMS_219738485')