浏览代码

openId回调接口放行

chenw 7 年之前
父节点
当前提交
b655170334
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      base-servers/gateway-server/src/main/resources/application.yml

+ 1 - 0
base-servers/gateway-server/src/main/resources/application.yml

@@ -137,6 +137,7 @@ auth:
     - /api/account/account/register
     - /api/school/wxSchool/user/bindOpenid*
     - /api/school/wxSchool/user/isBinding*
+    - /api/school/wxSchool/user/userLogin*
     - /api/school/wxSchool/user/sendCodeUpdate*
     - /api/school/wxSchool/meeting/getMeetingDetails*
     - /api/school/wxSchool/notify/getNotify*