浏览代码

文章Md5详情展示

xingzai 3 年之前
父节点
当前提交
daff70c62e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -497,6 +497,7 @@ func (this *ArticleCommonController) Detail() {
 			}
 		}
 	}
+	resp.HasPermission = 1
 	detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 	detail.SellerList = sellerList
 	resp.Detail = detail