修复通道提取接口权限与数据映射问题

This commit is contained in:
2025-12-01 12:43:29 +08:00
parent 299ce821d5
commit a024c38375
11 changed files with 124 additions and 198 deletions

View File

@@ -604,7 +604,7 @@ create table channel (
filter_prov text,
filter_city text,
ip inet,
whitelists text[],
whitelists text,
username text,
password text,
expired_at timestamptz not null,