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