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