bug
jiangqs
2023-09-01 d7fb76fa0d153cb570ae816cb5f45a780bf0f48f
ruoyi-modules/ruoyi-system/src/test/java/com/ruoyi/system/systemTest.java
@@ -1,9 +1,13 @@
package com.ruoyi.system;
import com.ruoyi.system.service.staff.SysWxCpService;
import me.chanjar.weixin.cp.api.WxCpService;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import javax.annotation.Resource;
/**
 * @ClassName systemTest
@@ -16,7 +20,14 @@
@SpringBootTest(classes = RuoYiSystemApplication.class)
public class systemTest {
    @Resource
    private SysWxCpService sysWxCpService;
    @Resource
    private WxCpService wxCpService;
    /*@Test
    public void main() throws WxErrorException {
    }*/
}