提交 31212d4f 编写于 作者: W wenxu12345

ReceiveMessageOpt debug log

上级 19489afe
......@@ -180,7 +180,9 @@ func SetReceiveMessageOpt(c *gin.Context) {
for _, v := range resp.OptResult {
var opt OptResult
log.NewDebug("CopyStructFields begin ", v, req.OperationID)
err := utils.CopyStructFields(&opt, v)
log.NewDebug("CopyStructFields end ", v, req.OperationID)
if err != nil {
log.NewError(req.OperationID, "CopyStructFields failed ", err.Error())
continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册