This commit is contained in:
pplok 2020-01-17 15:39:22 +08:00
parent 8d819aae68
commit 5f8af97abe

View File

@ -31,7 +31,7 @@ let findlist = async (ctx, next) => {
await Promise.allSettled(pro).then((res) => {
for (let i in res) {
if(i.status == "fulfilled"){
if(res[i].status == "fulfilled"){
console.log(res[i].value.list)
for (let j in res[i].value.list) {
let has = true