feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities.

This commit is contained in:
2026-02-03 03:22:43 +08:00
parent b014226074
commit cf25845a0b
8 changed files with 36 additions and 14 deletions

View File

@@ -1050,7 +1050,7 @@ func handleProxyTest(w http.ResponseWriter, r *http.Request) {
ipKey = "team_reg_proxy_test_ip"
}
logger.Info(fmt.Sprintf("测试代理连接: %s", proxyURL), "", "proxy")
logger.Status(fmt.Sprintf("测试代理连接: %s", proxyURL), "", "proxy")
// 解析代理 URL
proxyParsed, err := parseProxyURL(proxyURL)