| | |
| | | |
| | | import com.alibaba.fastjson2.JSONObject; |
| | | import com.ycl.platform.domain.param.UY.*; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.cloud.openfeign.SpringQueryMap; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | * @param onlineParam 请求参数 |
| | | * @return 查询在线统计列表 |
| | | */ |
| | | @GetMapping("/openapi/v1/report/online/list") |
| | | JSONObject onlineList(@SpringQueryMap OnlineParam onlineParam); |
| | | @GetMapping("/videomon/api/v1/app/onlineMonitor/list") |
| | | JSONObject videoOnline(@SpringQueryMap VideoOnlineParam onlineParam); |
| | | |
| | | /** |
| | | * 录像可用 |