Commit 12fd8216 by Li Feifei

test

parent 7e27bf78
Pipeline #13609 passed with stages
in 29 seconds
...@@ -23,7 +23,7 @@ func init() { ...@@ -23,7 +23,7 @@ func init() {
var mapFiles map[string]interface{} var mapFiles map[string]interface{}
var err error var err error
fmt.Println("body === ", ctx.Input.RequestBody) fmt.Println("body === ", string(ctx.Input.RequestBody))
if err = json.Unmarshal(ctx.Input.RequestBody, &mapFiles); err != nil { if err = json.Unmarshal(ctx.Input.RequestBody, &mapFiles); err != nil {
ctx.WriteString("Error " + err.Error()) ctx.WriteString("Error " + err.Error())
return return
......
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