Browse Source

新增自动流转到会话池功能

dxc 2 years ago
parent
commit
b30229b42c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/logic/callback/callbackmsglogic.go

+ 1 - 1
internal/logic/callback/callbackmsglogic.go

@@ -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)