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