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