hanbaoshan
2020-09-02 1b1c8b0f2ccefae2c6a347044b202a24b036567f
1
2
3
4
5
6
7
8
import request from "@/scripts/httpRequest";
 
export const getCameraPlayList = () => {
  return request({
    url: "/playState",
    method: "get"
  });
};