From a3de6fbf95c9d3ca08ac5b78217c7a065c9a39a7 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 27 十月 2023 10:25:33 +0800
Subject: [PATCH] 退货单修改

---
 middleware/user.go |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/middleware/user.go b/middleware/user.go
index e852ac9..f1e4487 100644
--- a/middleware/user.go
+++ b/middleware/user.go
@@ -33,8 +33,11 @@
 }
 
 var whiteList = map[string]struct{}{ //鐧藉悕鍗曞湴鍧�鍒楄〃
-	"/api/code/getCodeList": {},
-	"/api/data/getAllData":  {},
+	"/api/code/getCodeList":          {},
+	"/api/data/getAllData":           {},
+	"/api/serviceCollectionPlan/add": {},
+	"/api/bankAccount/list":          {},
+	"/api/paymentType/list":          {},
 }
 
 func CheckAuth(apiPath string, token string) bool {

--
Gitblit v1.8.0