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