|
@@ -32,6 +32,8 @@ func CommonEncodeArticle(stype string, keys ...string) (id string) {
|
|
|
id = BEncodeArticleId2ByCheck("C", ESE, ESE2, keys...)
|
|
|
case "indexcontent":
|
|
|
id = BEncodeArticleId2ByCheck("D", ISE, ISE2, keys...)
|
|
|
+ case "entservice":
|
|
|
+ id = BEncodeArticleId2ByCheck("E", SE, SE2, keys...)
|
|
|
}
|
|
|
return
|
|
|
}
|