优化UserAgent的输入

This commit is contained in:
Yun
2024-01-24 23:27:20 +08:00
parent eeef2edd6f
commit e1eec65937
3 changed files with 17 additions and 4 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ type clientOptions struct {
func defaultOptions() clientOptions {
return clientOptions{
TimeOut: time.Second * 120, // 默认超时120
Logger: defaultLogger{},
TimeOut: time.Second * 120, // 默认超时120
Logger: defaultLogger{},
}
}