Commit 6a815d37 authored by szh's avatar szh

去换行

parent 5083bfd6
......@@ -506,7 +506,7 @@ func AutoOpenTicket() error{
return err
}
client := &http.Client{}
req ,err := http.NewRequest("POST","localhost:8801",bytes.NewReader(data))
req ,err := http.NewRequest("POST","http://localhost:8801",bytes.NewReader(data))
if err != nil {
tlog.Error("uploadVersion","NewRequest",err)
return err
......
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 to comment