2021与蓝度共同重构项目,服务端
liuhaonan
2022-08-04 681d31e1de290eebd5f5ecb0a0e07a2a66cd01ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.sandu.ximon.admin.tests;
 
import com.sandu.ximon.admin.base.BaseTest;
 
/**
 * @Author liuhaonan
 * @Date 2022/1/14 10:09
 * @Version 1.0
 */
public class LedSFileControllerTests extends BaseTest {
//    @Test
//    public void testAdd() throws Exception {
//        checkPost("/v1/xixun/file/add",new MailcapFile("aaa.jpg"));
//    }
}