瀏覽代碼

修改短信模版

peng 1 年之前
父節點
當前提交
dfdb0af040
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Controller/UserController.py

+ 2 - 2
Controller/UserController.py

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