|
@@ -1,5 +1,8 @@
|
|
|
package org.jeecg.modules.ctop.controller;
|
|
|
|
|
|
+import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
|
+import cn.com.ctop.common.module.entity.KuaiShouOcpxActionTypeConfig;
|
|
|
+import cn.com.ctop.common.module.entity.Project;
|
|
|
import cn.com.ctop.common.module.mapper.CtopOauthTokenMapper;
|
|
|
import cn.com.ctop.common.module.mapper.MailLogMapper;
|
|
|
import cn.com.ctop.common.module.mapper.UserAllocationMapper;
|
|
@@ -209,8 +212,8 @@ public class TestController {
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+ @Value("${xxl-job.requestUrl}")
|
|
|
+ private String jobUrl;
|
|
|
|
|
|
|
|
|
/* @GetMapping(value = "/updateMaterial")
|
|
@@ -1601,7 +1604,8 @@ public class TestController {
|
|
|
private IKuaishouStrategyService kuaishouStrategyService;
|
|
|
static ExecutorService executorServic1e = Executors.newFixedThreadPool(5);
|
|
|
|
|
|
- *//**
|
|
|
+ */
|
|
|
+ /**
|
|
|
* 勿动勿删,煜一人群报表数据拉取接口。
|
|
|
*
|
|
|
* @param
|