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