This commit is contained in:
wangchuxiao
2022-03-28 16:02:31 +08:00
parent 13c29d2c1e
commit 574c7600e0
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ func GetTagSendLogs(c *gin.Context) {
return
}
if err := utils.CopyStructFields(&resp.CommResp, respPb.CommonResp); err != nil {
log.NewError(req.OperationID, utils.GetSelfFuncName(), "CopyStructFields failed", err.Error())
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), "CopyStructFields failed", err.Error())
}
resp.Data.Logs = respPb.TagSendLogs
resp.Data.ShowNumber = respPb.Pagination.ShowNumber