zhangzengfei
2020-08-14 01857e0469567582ef43ba5dc4af8ab728ea29ad
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};