heyujie
2021-06-22 86221ad1d49bcb042eee9141b0c497b9c6a9adf5
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};