Эх сурвалжийг харах

feat:增加解密3级页类型

xuemingyang 3 жил өмнө
parent
commit
aadbee0f9e

+ 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
 }