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