|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
package cn.estsh.i3plus.core.apiservice.controller;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.icloud.core.controller.DemoCloudInterface;
|
|
|
|
|
import cn.estsh.i3plus.icloud.core.controller.DemoCoreCloudInterface;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.ResourceEnumUtil;
|
|
|
|
|
import cn.estsh.impp.framework.boot.util.ResultBean;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
@ -18,7 +18,7 @@ public class DemoCloudController {
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(DemoCloudController.class);
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
DemoCloudInterface demoCloudInterface;
|
|
|
|
|
DemoCoreCloudInterface demoCloudInterface;
|
|
|
|
|
|
|
|
|
|
@GetMapping(value="/test")
|
|
|
|
|
@ApiOperation(value="测试",notes = "测试")
|
|
|
|
|