修复了扑飞
This commit is contained in:
@@ -60,6 +60,7 @@ let findlist = async (ctx, next) => {
|
||||
let section = async (ctx, next) => {
|
||||
for (let i in reptilelist) {
|
||||
if (ctx.query.name == reptilelist[i].name) {
|
||||
console.log(reptilelist[i].name)
|
||||
ctx.body = await reptilelist[i].section(ctx.query.url)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user