添加输出
This commit is contained in:
parent
ecfaebc963
commit
cd79065a17
@ -39,7 +39,7 @@ let getscript = async (url) => {
|
||||
// let upurl = pageUrl.replace("https://www.gufengmh8.com","") + prevChapterData.id + ".html"
|
||||
list = { imghost, chapterPath, chapterImages}
|
||||
if(list){
|
||||
console.log(list)
|
||||
// console.log(list)
|
||||
|
||||
return list;
|
||||
|
||||
|
@ -67,7 +67,7 @@ let section = async (ctx, next) => {
|
||||
let picture = async (ctx, next) => {
|
||||
for (let i in reptilelist) {
|
||||
if (ctx.query.name == reptilelist[i].name) {
|
||||
// console.log(await reptilelist[i].imglist(ctx.query.url))
|
||||
console.log(await reptilelist[i].imglist(ctx.query.url))
|
||||
ctx.body = await reptilelist[i].imglist(ctx.query.url)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user