Commit 23c588dd by Li Feifei

debug

parent 33c46648
Pipeline #14921 passed with stages
in 1 minute 13 seconds
...@@ -445,6 +445,7 @@ func CreateFileDataBase(room_file map[string]interface{}) error { ...@@ -445,6 +445,7 @@ func CreateFileDataBase(room_file map[string]interface{}) error {
log.Println(err) log.Println(err)
return err return err
} }
log.Println(string(post_body))
map2 := make(map[string]interface{}) map2 := make(map[string]interface{})
err = json.Unmarshal(post_body, &map2) err = json.Unmarshal(post_body, &map2)
if err != nil { if err != nil {
......
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