|
@@ -44,6 +44,7 @@ public class KuaiShouDailyAgentServiceImpl extends ServiceImpl<KuaiShouDailyAgen
|
|
|
appList.add(165893351L);
|
|
|
for (int i = 0; i < appList.size(); i++) {
|
|
|
Long appId = appList.get(i);
|
|
|
+ log.info("获取代理商数据AppId:{}",appId);
|
|
|
OauthAgentToken agentToken = agentTokenService.getTokenByAppId(appId);
|
|
|
getAgentReport(agentToken.getAccessToken(), agentToken.getAgentId(), startDate, endDate, 1);
|
|
|
}
|