SystemReviewTaskTest.java 431 Bytes
Newer Older
王飞's avatar
王飞 committed
1 2 3 4 5 6 7 8
package com.ruoyi;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
public class SystemReviewTaskTest {

王飞's avatar
王飞 committed
9 10 11 12 13 14 15
    @Test
    public void testOSSUrl() {
        String bucket = "vehicle-quality-review-oss";
        String url = "http://49.232.167.247:22038/vehicle-quality-review-oss/2023/12/19/1702891760057_20231219102010A002.jpg";
        System.out.println();
    }

王飞's avatar
王飞 committed
16
}