|
@@ -4,7 +4,6 @@ import (
|
|
|
"bytes"
|
|
|
"git.sxidc.com/go-tools/api_binding/http_binding/binding_context"
|
|
|
"git.sxidc.com/go-tools/api_binding/http_binding/response"
|
|
|
- "git.sxidc.com/service-supports/fslog"
|
|
|
"io"
|
|
|
"net/http"
|
|
|
)
|
|
@@ -23,8 +22,6 @@ func ReadRequestBodyData() Func {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- fslog.Info(c.Request.RequestURI + " Request Body\n" + string(bodyData))
|
|
|
-
|
|
|
_ = c.Request.Body.Close()
|
|
|
c.Request.Body = nil
|
|
|
c.Request.Body = io.NopCloser(bytes.NewReader(bodyData))
|