hanbaoshan
2021-02-25 93e7d5e2b41156c4849715cc462519c0aa4d69e1
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};