|
|
@@ -52,7 +52,7 @@ func (l *CallbackMsgLogic) CallbackMsg(req *types.CallbackMsgRequest, w http.Res
|
|
|
if err_ != nil {
|
|
|
logx.Error("DecryptMsg Error: ", err_)
|
|
|
}
|
|
|
- //logx.Info(fmt.Sprintf("--> DecryptMsg: %v ,Error: %v\n", string(msg), err_))
|
|
|
+ logx.Info(fmt.Sprintf("--> DecryptMsg: %v ,Error: %v\n", string(msg), err_))
|
|
|
//xml转结构体
|
|
|
var ct types.EventContent
|
|
|
err = xml.Unmarshal(msg, &ct)
|