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