This commit is contained in:
Faker 2022-09-15 10:40:09 +08:00
parent 443bf81c1a
commit 43d932cf39
4 changed files with 152 additions and 134 deletions

File diff suppressed because one or more lines are too long

View File

@ -237,7 +237,6 @@ function getReward(body, flag = 0) {
if (err) { if (err) {
console.log(`${$.name} API请求失败请检查网路重试`) console.log(`${$.name} API请求失败请检查网路重试`)
} else { } else {
console.log(data)
res = $.toObj(data) res = $.toObj(data)
if (typeof res == 'object') { if (typeof res == 'object') {
if (res.success == true) { if (res.success == true) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long