This commit is contained in:
lingling 2023-03-31 16:40:19 +08:00
parent eb9e55b6b1
commit 313b4c747d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func textserver(c echo.Context) error {
} }
func text_url(url string) int { func text_url(url string) int {
cli := goz.NewClient(goz.Options{ cli := goz.NewClient(goz.Options{
Timeout: 0.9, Timeout: 2,
}) })
resp, err := cli.Get(url) resp, err := cli.Get(url)