This commit is contained in:
2026-07-22 17:40:57 +08:00
parent 39a97f106c
commit 14d96fabbe
7 changed files with 67 additions and 0 deletions

View File

@@ -50,4 +50,7 @@ func TestIsQueryBillingAPIKey(t *testing.T) {
if isQueryBillingAPIKey("jy000004") {
t.Fatal("信用司南查空不计费,不应在白名单中")
}
if isQueryBillingAPIKey("jy000002") || isQueryBillingAPIKey("jy000003") {
t.Fatal("全景雷达PD查空不计费不应在白名单中")
}
}