|
@@ -1,7 +1,7 @@
|
|
package cn.com.ctop.toutiao.service.impl;
|
|
package cn.com.ctop.toutiao.service.impl;
|
|
|
|
|
|
-import cn.com.ctop.common.utils.HttpUtils;
|
|
|
|
-import cn.com.ctop.common.utils.PropertiesUtils;
|
|
|
|
|
|
+import cn.com.ctop.common.module.utils.HttpUtils;
|
|
|
|
+import cn.com.ctop.common.module.utils.PropertiesUtils;
|
|
import cn.com.ctop.toutiao.entity.ByteDanceAdvertisePlan;
|
|
import cn.com.ctop.toutiao.entity.ByteDanceAdvertisePlan;
|
|
import cn.com.ctop.toutiao.entity.BytedanceDeliveryTargetTemplate;
|
|
import cn.com.ctop.toutiao.entity.BytedanceDeliveryTargetTemplate;
|
|
import cn.com.ctop.toutiao.entity.BytedanceUrlInfo;
|
|
import cn.com.ctop.toutiao.entity.BytedanceUrlInfo;
|
|
@@ -12,10 +12,10 @@ import cn.com.ctop.toutiao.service.IByteDanceAdvertisePlanService;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
-import cn.com.ctop.module.entity.BindAccountLogin;
|
|
|
|
-import cn.com.ctop.module.entity.CtopOauthToken;
|
|
|
|
-import cn.com.ctop.module.mapper.BindAccountLoginMapper;
|
|
|
|
-import cn.com.ctop.module.service.ICtopOauthTokenService;
|
|
|
|
|
|
+import cn.com.ctop.common.module.entity.BindAccountLogin;
|
|
|
|
+import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
|
|
+import cn.com.ctop.common.module.mapper.BindAccountLoginMapper;
|
|
|
|
+import cn.com.ctop.common.module.service.ICtopOauthTokenService;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|