瀏覽代碼

注册邮件订阅

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

+ 1 - 1
Controller/UserController.py

@@ -1459,7 +1459,7 @@ class v3registerView(TemplateView):
             Device_User.objects.create(**create_data)
             if email_scription:
                 subscribers = {
-                    "NickName": email,
+                    "userEmail": email,
                     "region_country": number
                 }
                 subscription_thread = threading.Thread(target=UserSubscriptionControllerView.subscription,