|
@@ -134,7 +134,7 @@ public class BatchController {
|
|
Thread thread2 = new Thread() {
|
|
Thread thread2 = new Thread() {
|
|
@Override
|
|
@Override
|
|
public void run() {
|
|
public void run() {
|
|
- iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-mm-dd"));
|
|
|
|
|
|
+ iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-MM-dd"));
|
|
}
|
|
}
|
|
};
|
|
};
|
|
thread2.start();
|
|
thread2.start();
|