From e56fe7a384a39822d53ae0cfe226bbac08db9e7e Mon Sep 17 00:00:00 2001
From: houruijun <411269194@kidgrow.com>
Date: Fri, 19 Jun 2020 18:56:55 +0800
Subject: [PATCH] 增加对注册流程的接口修改,统一了验证码验证逻辑

---
 kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml
index 7e65e30..a9ab5fc 100644
--- a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml
+++ b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml
@@ -145,6 +145,12 @@
       strip-prefix: true
       sensitive-headers: '*'
       custom-sensitive-headers: true
+    reportcenter-server-routes:
+      path: /reportcenter-server/**
+      service-id: reportcenter-server
+      strip-prefix: true
+      sensitive-headers: '*'
+      custom-sensitive-headers: true
   ssl-hostname-validation-enabled: false
 
 
@@ -187,9 +193,10 @@
       - /actuator/health
       - /actuator/info
       - /api-sms/smsChangLan/send
-      - /api-user/syshospital/findAllByMap
-      - /api-user/sysdictionaries/findAll
-      - /api-user/sysdepartment/findListByHospitalId
+      - /api-user/users/doctorUserReg
+#      - /api-user/syshospital/findAllByMap
+#      - /api-user/sysdictionaries/findAll
+#      - /api-user/sysdepartment/findListByHospitalId
     # 忽略权限鉴定
     authority-ignores:
       - /*/authority/granted/me
@@ -212,9 +219,10 @@
         /login.html,
         /user/login,
         /api-sms/smsChangLan/send,
-        /api-user/syshospital/findAllByMap,
-        /api-user/sysdictionaries/findAll,
-        /api-user/sysdepartment/findListByHospitalId
+        /api-user/users/doctorUserReg
+#        /api-user/syshospital/findAllByMap,
+#        /api-user/sysdictionaries/findAll,
+#        /api-user/sysdepartment/findListByHospitalId
     auth:
       #开启时间戳验证
       timestampenable: false

--
Gitblit v1.8.0