peng 1 жил өмнө
parent
commit
dfdb0af040

+ 2 - 2
Controller/UserController.py

@@ -3453,7 +3453,7 @@ class SingleLoginView(TemplateView):
         identifying_code = RandomStr(6, True)
         if country_code == '86':
             # 国内短信推送模板
-            temp_msg = 'SMS_151600991'
+            temp_msg = 'SMS_151675019'
             rec_phone = phone
             if sign_name == 'zosi':
                 sign_ms = '周视'
@@ -3461,7 +3461,7 @@ class SingleLoginView(TemplateView):
                 sign_ms = 'Ansjer'
         else:
             # 国际短信推送模板
-            temp_msg = 'SMS_172165867'
+            temp_msg = 'SMS_172200051'
             rec_phone = country_code + phone
             sign_ms = 'Ansjer'