更新提取接口参数,完善流程与测试代码逻辑

This commit is contained in:
2025-04-14 16:00:04 +08:00
parent 8c268fd7a9
commit e9749db50c
10 changed files with 140 additions and 115 deletions

View File

@@ -512,7 +512,7 @@ create table channel (
auth_ip bool not null default false,
user_host varchar(255),
auth_pass bool not null default false,
username varchar(255) unique,
username varchar(255),
password varchar(255),
expiration timestamp not null,
created_at timestamp default current_timestamp,