@@ -33,7 +33,6 @@ func GetTitleService(noticeAddress string) (string, string) {
// return "", ""
//}
//infoIdStr := secondArr[0]
- infoIdStr, _ = url.QueryUnescape(infoIdStr)
infoId := qutil.DecodeArticleId2ByCheck(infoIdStr)[0]
if infoId == "" {
return "", ""