Commit 35ba35ce by Li Feifei

debug

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