Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed Jan 13, 2023
1 parent 3ae4fe6 commit e14d86b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jd_makemoneyshop_reward.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
//}
}
}
}
Expand Down
16 changes: 16 additions & 0 deletions jd_syj.js

Large diffs are not rendered by default.

0 comments on commit e14d86b

Please sign in to comment.