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:
@@ -133,7 +133,7 @@ func SendPost(requestBody interface{}, responseBody interface{}, url string) err
|
||||
if err != nil {
|
||||
return e
|
||||
}
|
||||
mylog.Debug(string(body))
|
||||
// mylog.Debug(string(body))
|
||||
|
||||
err = json.Unmarshal(body, &responseBody)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user