|
@@ -3601,6 +3601,9 @@ class SingleLoginView(TemplateView):
|
|
if country_code == '86':
|
|
if country_code == '86':
|
|
# 国内短信推送模板
|
|
# 国内短信推送模板
|
|
temp_msg = 'SMS_151675018'
|
|
temp_msg = 'SMS_151675018'
|
|
|
|
+ rec_phone = phone
|
|
|
|
+ if sign_name == 'zosi':
|
|
|
|
+ sign_name = '周视'
|
|
else:
|
|
else:
|
|
# 国际短信推送模板
|
|
# 国际短信推送模板
|
|
temp_msg = 'SMS_172165867'
|
|
temp_msg = 'SMS_172165867'
|