This commit is contained in:
Faker
2022-05-26 10:16:34 +08:00
parent 2239dd3b0e
commit d4a2f5186c
6 changed files with 1083 additions and 21 deletions

View File

@@ -656,7 +656,7 @@ async function doApi(functionId, prepend = {}, append = {}, needSs = false, getL
if (/加入.*?会员.*?获得/.test(data?.data?.bizMsg)) {
console.log(data?.data?.bizMsg + `${data?.data?.bizCode}`)
$.stopCard = true
} else console.log(formatErr(functionId, data?.data?.bizMsg + `${data?.data?.bizCode}`, toCurl(option)))
} else console.log(formatErr(data?.data?.bizMsg + `${data?.data?.bizCode}`))
} else {
res = data?.data?.result || {}
}