|
@@ -144,7 +144,7 @@ public class EtlKuaishouReportAccountHourlyServiceImpl extends ServiceImpl<EtlKu
|
|
|
JSONObject obj = new JSONObject();
|
|
|
CtopOauthToken oauthToken = oauthTokenService.getTokenByAccountId(accountId);
|
|
|
if (Check.isNull(oauthToken)) {
|
|
|
- log.warn("未获取到账户信息");
|
|
|
+ return Result.error("未获取到账户信息");
|
|
|
}
|
|
|
JSONObject fundJson = iKuaishouInterfaceService.fundGet(oauthToken);
|
|
|
if (!Check.isNull(fundJson)) {
|