浏览代码

调整三方授权

yumeng 5 年之前
父节点
当前提交
84c9c4a9a3

+ 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<>();