取消api调用注释
This commit is contained in:
parent
75079e8c9b
commit
67c06bdf93
7
main.go
7
main.go
|
@ -2,7 +2,7 @@
|
||||||
* @Author: giaogiao giaogiao
|
* @Author: giaogiao giaogiao
|
||||||
* @Date: 2023-07-28 08:53:13
|
* @Date: 2023-07-28 08:53:13
|
||||||
* @LastEditors: giaogiao giaogiao
|
* @LastEditors: giaogiao giaogiao
|
||||||
* @LastEditTime: 2023-07-28 15:23:27
|
* @LastEditTime: 2023-07-28 15:31:25
|
||||||
* @FilePath: \go\main.go
|
* @FilePath: \go\main.go
|
||||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
*/
|
*/
|
||||||
|
@ -13,6 +13,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"hello/setup"
|
"hello/setup"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
@ -57,8 +58,8 @@ func text_url(remarks string, country string, port int) {
|
||||||
// fmt.Print(errs)
|
// fmt.Print(errs)
|
||||||
setup.CwLog().Errorf("start_testing country:%s,port:%d,error:%s", country, port, errs)
|
setup.CwLog().Errorf("start_testing country:%s,port:%d,error:%s", country, port, errs)
|
||||||
setup.CwLog().Infof("start_switching_ip country:%s,port:%d", country, port)
|
setup.CwLog().Infof("start_switching_ip country:%s,port:%d", country, port)
|
||||||
// resp, err := http.Get("http://127.0.0.1:9049/v1/ips?num=1&country=" + country + "&state=all&city=all&zip=all&t=txt&port=" + strconv.Itoa(port) + "&isp=all&start=&end=")
|
resp, err := http.Get("http://127.0.0.1:9049/v1/ips?num=1&country=" + country + "&state=all&city=all&zip=all&t=txt&port=" + strconv.Itoa(port) + "&isp=all&start=&end=")
|
||||||
// sugar.Infof("switch_ip_to_return resp:%s,err:%s", resp, err)
|
setup.CwLog().Infof("switch_ip_to_return resp:%s,err:%s", resp, err)
|
||||||
}
|
}
|
||||||
setup.CwLog().Infof("requestToReturnTheResult resp:%s,body:%s", resp, body)
|
setup.CwLog().Infof("requestToReturnTheResult resp:%s,body:%s", resp, body)
|
||||||
setup.CwLog().Infof("the_current_port_is_fine port:%d", port)
|
setup.CwLog().Infof("the_current_port_is_fine port:%d", port)
|
||||||
|
|
Loading…
Reference in New Issue