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