|
@@ -28,8 +28,10 @@ func Post(url, contentType string, body io.Reader, t, phone string) ([]byte, err
|
|
log.Println(t, phone, "第", i, "次请求出错", err)
|
|
log.Println(t, phone, "第", i, "次请求出错", err)
|
|
go http.Get(fmt.Sprintf(Config.Warn, "调用"+t+"接口超时"))
|
|
go http.Get(fmt.Sprintf(Config.Warn, "调用"+t+"接口超时"))
|