添加网关类型GOST

This commit is contained in:
Eamon
2026-06-11 09:38:32 +08:00
parent d2c7846a91
commit d9790c6d15
3 changed files with 35 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ export async function createGateway(data: {
host?: string
type: number
status: number
secret: string
secret?: string
port?: number
}) {
return callByUser<Gateway>("/api/admin/proxy/create", data)
}