fix: cbs state white list

This commit is contained in:
zhangsz
2025-07-16 09:44:57 +08:00
parent 33b937c83d
commit 28a09d7b5b

View File

@@ -25,7 +25,7 @@ var URL_WHITE_LIST = []string{
"/objectType/nbState", "/objectType/nbState",
"/upload-ue", "/upload-ue",
"/oauth/token", "/oauth/token",
"/objectType/cbsState", "/cbsState",
} }
// PreAuthorize 用户身份授权认证校验 // PreAuthorize 用户身份授权认证校验