|
@@ -33,6 +33,7 @@ import cn.com.ctop.toutiao.modules.report.entity.BytedanceVideoEtlInfo;
|
|
import cn.com.ctop.oa.modules.service.IWechatCheckinDataService;
|
|
import cn.com.ctop.oa.modules.service.IWechatCheckinDataService;
|
|
import cn.com.ctop.oa.modules.service.IWechatUserListService;
|
|
import cn.com.ctop.oa.modules.service.IWechatUserListService;
|
|
import cn.com.ctop.toutiao.modules.report.service.IBytedanceReportService;
|
|
import cn.com.ctop.toutiao.modules.report.service.IBytedanceReportService;
|
|
|
|
+import cn.com.ctop.toutiao.modules.report.service.IRuleByteDanceAccountService;
|
|
import com.alibaba.fastjson.JSONArray;
|
|
import com.alibaba.fastjson.JSONArray;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
@@ -1879,9 +1880,16 @@ public class TestController {
|
|
wechatNoListService.getNoDateByNo(start + " 00:00:00", end + " 23:59:59", "0");
|
|
wechatNoListService.getNoDateByNo(start + " 00:00:00", end + " 23:59:59", "0");
|
|
}
|
|
}
|
|
|
|
|
|
- @GetMapping("getLiveToken")
|
|
|
|
- public void getLiveToken() throws Exception {
|
|
|
|
- refreshTokenService.getLiveKuaiShouAgentRefresh();
|
|
|
|
|
|
+ @Autowired
|
|
|
|
+ private IRuleByteDanceAccountService ruleByteDanceAccountService;
|
|
|
|
+
|
|
|
|
+ @Autowired
|
|
|
|
+ private MongoTemplate mongoTemplate;
|
|
|
|
+
|
|
|
|
+ @GetMapping("getBalance")
|
|
|
|
+ public void getBalance(Long accountId) throws Exception {
|
|
|
|
+ save();
|
|
|
|
+ find();
|
|
}
|
|
}
|
|
|
|
|
|
public void save() {
|
|
public void save() {
|