...
|
...
|
@@ -461,7 +461,7 @@ const _getArticlePre = (id, appType) => { |
|
|
id: id,
|
|
|
app_type: appType
|
|
|
}).then((result) => {
|
|
|
//console.log(result.message);
|
|
|
// console.log(result.message);
|
|
|
// result.code = 200;
|
|
|
// result.data = {
|
|
|
// articleIdPre: 34288,
|
...
|
...
|
@@ -512,7 +512,7 @@ const _getArticleNext = (id, appType) => { |
|
|
nextArticle.nextChapter = list.title;
|
|
|
|
|
|
return nextArticle;
|
|
|
})
|
|
|
});
|
|
|
|
|
|
} else {
|
|
|
logger.error('The next article is not 200');
|
...
|
...
|
|