hanbaoshan
2020-10-23 f857a9130f97694c756dc8913e900bf9a74563ef
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};