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