|
@@ -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'
|
|
|
|