Ver código fonte

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

dxc 2 anos atrás
pai
commit
b30229b42c
1 arquivos alterados com 1 adições e 1 exclusões
  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)