|
@@ -48,7 +48,6 @@ public class RuleByteDanceAccountServiceImpl extends ServiceImpl<RuleDataAccount
|
|
@Override
|
|
@Override
|
|
public void getBytedanceAccountBalance(CtopOauthToken token) {
|
|
public void getBytedanceAccountBalance(CtopOauthToken token) {
|
|
JSONObject fundData = byteDanceGetAccountFundService.getAccountFundBy(token, token.getAccountId());
|
|
JSONObject fundData = byteDanceGetAccountFundService.getAccountFundBy(token, token.getAccountId());
|
|
- log.error(fundData + "");
|
|
|
|
ruleDataAccountService.replaceBytedanceAccountBalance(fundData);
|
|
ruleDataAccountService.replaceBytedanceAccountBalance(fundData);
|
|
}
|
|
}
|
|
}
|
|
}
|