From 8d7a2d55e0868db900c13c5eef0a3eb7f1a6eee2 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 08 十一月 2023 09:50:55 +0800 Subject: [PATCH] 销售明细单从aps查询产品订单 --- 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