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