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

feat:增加解密3级页类型

xuemingyang 3 жил өмнө
parent
commit
21ca20852f

+ 1 - 1
src/qfw/util/encryptarticle.go

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