|
@@ -1,13 +1,12 @@
|
|
|
-package org.jeecg.modules.kuaishou.controller;
|
|
|
+package cn.com.ctop.kuaishou.modules.batch.controller;
|
|
|
|
|
|
+import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
|
+import cn.com.ctop.common.module.service.ICtopOauthTokenService;
|
|
|
import cn.com.ctop.kuaishou.modules.batch.service.IKuaishouInterfaceService;
|
|
|
import cn.com.ctop.kuaishou.modules.material.entity.KuaishouResult;
|
|
|
import cn.com.ctop.kuaishou.modules.report.entity.KuaishouReportDailyCampaign;
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
-import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
|
-import cn.com.ctop.common.module.service.ICtopOauthTokenService;
|
|
|
-import org.jeecg.modules.ctop.service.IRefreshTokenService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
@@ -188,8 +187,7 @@ public class KuaiShouController {
|
|
|
kuaishouInterfaceService.appUpdate(advertiserId, accessToken, requestJson, multipartFile, request);
|
|
|
}
|
|
|
|
|
|
- @Autowired
|
|
|
- private IRefreshTokenService refreshTokenService;
|
|
|
+
|
|
|
@Autowired
|
|
|
private ICtopOauthTokenService tokenService;
|
|
|
|