ZZJ
2021-11-12 9d9a8eea63f36bc376cf8bd443710b12e3722a0c
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};