修复通道注册失败问题

This commit is contained in:
2025-12-05 18:57:52 +08:00
parent 5649a03c47
commit 9e237be21e
6 changed files with 17 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ func (s *proxyService) RegisterBaiyin(Mac string, IP netip.Addr, username, passw
}
err := addChans(chans)
if err != nil {
return core.NewServErr("添加通道失败")
return core.NewServErr("添加通道失败", err)
}
// 保存代理信息