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