浏览代码

feat:增加解密3级页类型

xuemingyang 3 年之前
父节点
当前提交
aadbee0f9e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/qfw/util/encryptarticle.go

+ 2 - 0
src/qfw/util/encryptarticle.go

@@ -49,6 +49,8 @@ func CommonDecodeArticle(stype string, id string) (res []string) {
 		res = BDecodeArticleId2ByCheck(id, ESE, ESE2)
 	case "indexcontent":
 		res = BDecodeArticleId2ByCheck(id, ISE, ISE2)
+	case "entservice":
+		id = BEncodeArticleId2ByCheck(id, SE, SE2)
 	}
 	return
 }