|
@@ -101,17 +101,11 @@ public class KuaiShouController {
|
|
kuaishouInterfaceService.getAppList(advertiserId, accessToken);
|
|
kuaishouInterfaceService.getAppList(advertiserId, accessToken);
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|
|
|
|
|
|
- @RequestMapping("/test")
|
|
|
|
- public void test() throws IOException {
|
|
|
|
- tokenService.getKuaiShouRefreshToken(23212L, "b51ce96a098299b04fa6cb70617e653d");
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@RequestMapping("report")
|
|
@RequestMapping("report")
|
|
public Map<String, Object> getReport(String accountId, String startDate, String endDate, Integer type, String temporalGranularity) {
|
|
public Map<String, Object> getReport(String accountId, String startDate, String endDate, Integer type, String temporalGranularity) {
|
|
Map<String, Object> result = new HashMap<>();
|
|
Map<String, Object> result = new HashMap<>();
|