|
|
@@ -338,11 +338,4 @@ public class KuaishouLiveBroadcastServiceImpl implements IKuaishouLiveBroadcastS
|
|
|
return ResultResponse.success();
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- String url = "https://media-1301855440.cos.ap-chongqing.myqcloud.com/006ac7f07a86404abc90e6423b47e183/0/00001.jpg";
|
|
|
-
|
|
|
- System.out.println(url.substring(url.lastIndexOf("/") + 1));
|
|
|
- System.out.println(url.substring(0, url.lastIndexOf("/") + 1));
|
|
|
- }
|
|
|
-
|
|
|
}
|