mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
Update myhttp.go
This commit is contained in:
@@ -136,8 +136,7 @@ func SendPost(requestBody interface{}, responseBody interface{}, url string) boo
|
||||
mylog.Error(e)
|
||||
return false
|
||||
}
|
||||
//result := string(body)
|
||||
mylog.Debug(string(body))
|
||||
// mylog.Debug(string(body))
|
||||
|
||||
err = json.Unmarshal(body, &responseBody)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user