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