Browse Source

feat:增加解密3级页类型

xuemingyang 3 years ago
parent
commit
21ca20852f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/qfw/util/encryptarticle.go

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