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