Commit bc3b136f by Joneq

修改地址

parent f605ae1a
Showing with 1 additions and 1 deletions
......@@ -159,7 +159,7 @@ func NetBasicHttpGet(url,name string)(respBody []byte) {
//内网访问
func BasicHttpGet(url,name string)(respBody []byte) {
req, err := http.NewRequest("GET", "http://172.18.137.21/tyc_turn.php", nil)
req, err := http.NewRequest("GET", "https://bigdata.ichunt.com/tyc_trun.php", nil)
q := req.URL.Query()
q.Add("pageNum","1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment