Commit 35ba35ce by Li Feifei

debug

parent 00424b4d
Pipeline #15692 passed with stages
in 34 seconds
...@@ -2,7 +2,6 @@ package file ...@@ -2,7 +2,6 @@ package file
import ( import (
"encoding/json" "encoding/json"
"fmt"
"os" "os"
"ppt_server/app/model" "ppt_server/app/model"
...@@ -36,7 +35,6 @@ func (n *notify) verify(url string, data g.Map) error { ...@@ -36,7 +35,6 @@ func (n *notify) verify(url string, data g.Map) error {
return err return err
} }
fmt.Println("res === ", string(res))
var notifyResponse model.NotifyResponse var notifyResponse model.NotifyResponse
if err = json.Unmarshal(res, &notifyResponse); err != nil { if err = json.Unmarshal(res, &notifyResponse); err != nil {
return err return err
......
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