feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user