|
@@ -183,7 +183,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
|
|
|
private void getVideoListByPage(CtopOauthToken token, String startDate, String endDate, int page) {
|
|
private void getVideoListByPage(CtopOauthToken token, String startDate, String endDate, int page) {
|
|
try {
|
|
try {
|
|
- log.info("获取视频数据,accountId:{}", token.getAccountId());
|
|
|
|
|
|
+ // log.info("获取视频数据,accountId:{}", token.getAccountId());
|
|
String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.VIDEO_LIST;
|
|
String url = PropertiesUtils.getConfig("kuaishou_api_url") + KuaishouInterfaceConstant.VIDEO_LIST;
|
|
Map<String, String> headers = new HashMap<>();
|
|
Map<String, String> headers = new HashMap<>();
|
|
headers.put("Content-Type", "application/json");
|
|
headers.put("Content-Type", "application/json");
|