Explorar o código

feat:增加解密3级页类型

xuemingyang %!s(int64=3) %!d(string=hai) anos
pai
achega
21ca20852f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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":
 	case "indexcontent":
 		res = BDecodeArticleId2ByCheck(id, ISE, ISE2)
 		res = BDecodeArticleId2ByCheck(id, ISE, ISE2)
 	case "entservice":
 	case "entservice":
-		id = BEncodeArticleId2ByCheck(id, SE, SE2)
+		res = BDecodeArticleId2ByCheck(id, SE, SE2)
 	}
 	}
 	return
 	return
 }
 }