From 6b7dfddb2325267574e84b375b9147a8b2c2bc02 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 16 Sep 2021 15:56:17 +0800
Subject: [PATCH] 新增考试缴费凭证批量上传
---
src/main/resources/application.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index cd67429..ffd2079 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -189,6 +189,7 @@
skip-url:
- /blade-chat/weixin
- /blade-desk/notice/submit
+
#安全框架配置
secure:
#接口放行
@@ -203,6 +204,7 @@
- /examPayment/**
- /apply/**
- /investigate/**
+ - /blade-resource/oss/endpoint/put-file-exam-payment-zip
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3