yumeng преди 5 години
родител
ревизия
84c9c4a9a3
променени са 1 файла, в които са добавени 1 реда и са изтрити 7 реда
  1. 1 7
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaiShouController.java

+ 1 - 7
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaiShouController.java

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