...
|
...
|
@@ -359,6 +359,8 @@ const listNew = (req, res, next) => { |
|
|
seoTitle = stringProcess.decodeURIComponent(paramsTitle);
|
|
|
}
|
|
|
|
|
|
logger.info('seoTitle:' + seoTitle);
|
|
|
|
|
|
try {
|
|
|
categoryIntroRedis =
|
|
|
yield redis.hmgetAsync(`category:description:${md5(seoTitle)}`, 'category', 'description').timeout(200);
|
...
|
...
|
|