From 88745550d4e78e864d2eb15a1fdc873e666dc58e Mon Sep 17 00:00:00 2001 From: nineven Date: Sun, 27 Mar 2022 16:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E9=86=92=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=B8=8B=E8=BD=BD=E4=BD=99?= =?UTF-8?q?=E9=A2=9D=EF=BC=8C=E7=AD=BE=E5=90=8D=E4=BD=99=E9=A2=9D=E4=B8=8D?= =?UTF-8?q?=E8=B6=B3=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B=EF=BC=8C=E5=8F=91?= =?UTF-8?q?=E9=80=81=E9=82=AE=E4=BB=B6=E6=88=96=E5=BE=AE=E4=BF=A1=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/user/FirUserNotify.vue | 167 ++++++++++++++---- fir_client/src/restful/index.js | 14 ++ fir_client/src/utils/index.js | 4 +- fir_ser/api/urls.py | 3 +- fir_ser/api/views/login.py | 6 +- fir_ser/api/views/login_wx.py | 7 + fir_ser/api/views/notify.py | 74 +++++++- fir_ser/api/views/thirdlogin.py | 6 +- fir_ser/common/core/exception.py | 2 +- fir_ser/common/core/sysconfig.py | 5 + fir_ser/config.py | 10 ++ fir_ser/tests/django_test.py | 55 +++++- 12 files changed, 299 insertions(+), 54 deletions(-) diff --git a/fir_client/src/components/user/FirUserNotify.vue b/fir_client/src/components/user/FirUserNotify.vue index 15a32db..cb5f2cd 100644 --- a/fir_client/src/components/user/FirUserNotify.vue +++ b/fir_client/src/components/user/FirUserNotify.vue @@ -16,39 +16,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + 获取验证码 + + + + + + +
+
@@ -341,9 +341,9 @@