This commit is contained in:
Faker 2023-01-13 10:02:22 +08:00
parent 1e451cd3d4
commit 9e9b5e57d0
2 changed files with 19 additions and 3 deletions

View File

@ -133,10 +133,10 @@ async function getExchangequery(){
if (data.data.cashExchangeRuleList) {
for (const vo of data.data.cashExchangeRuleList) {
// console.log(vo)
if (vo.exchangeStatus === 1 && vo.cashoutAmount <= data.data.canUseCoinAmount) {
console.log('可提现 -> ', vo.name)
//if (vo.exchangeStatus === 1 && vo.cashoutAmount <= data.data.canUseCoinAmount) {
//console.log('可提现 -> ', vo.name)
cashout.push(vo)
}
//}
}
}
}

16
jd_syj.js Normal file

File diff suppressed because one or more lines are too long