Browse Source

Merge branch 'crm_14.0' into debug

ziwen 1 year ago
parent
commit
84095793d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/help_doc.go

+ 1 - 1
controller/help_doc.go

@@ -137,7 +137,7 @@ func (a *HelpDocController) Detail(c *gin.Context) {
 	}
 
 	if item.Status == 1 {
-		resp.FailMsg("获取失败", "文章未发布, Err: "+e.Error(), c)
+		resp.FailMsg("获取失败", "文章未发布 ", c)
 		return
 	}
 	item.Content = html.UnescapeString(item.Content)