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