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