2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-11 7545924f23beb4db5f68a76f5f432d3bf2de523c
1
2
3
4
5
6
7
8
9
10
11
12
package com.sandu.ximon.admin.tests;
 
import com.sandu.ximon.admin.base.BaseTest;
import org.junit.Test;
 
public class LightControllerTests extends BaseTest {
 
    @Test
    public void testList() throws Exception {
        checkGet("/v1/light/list");
    }
}