| 文件名从 server/meeting/meeting_admin/src/main/java/com/doumee/api/cloud/CloudRoomsController.java 修改 |
| | |
| | | package com.doumee.api.cloud; |
| | | package com.doumee.cloud.admin; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | import io.swagger.annotations.ApiImplicitParam; |
| | | import io.swagger.annotations.ApiImplicitParams; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.apache.shiro.SecurityUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | |
| | | */ |
| | | @Api(tags = "浼氳瀹や俊鎭〃") |
| | | @RestController |
| | | @RequestMapping("/cloudService/rooms") |
| | | public class CloudRoomsController extends BaseController { |
| | | @RequestMapping(Constants.CLOUD_SERVICE_URL_INDEX+"/business/rooms") |
| | | public class RoomsCloudController extends BaseController { |
| | | |
| | | @Autowired |
| | | private RoomsService roomsService; |