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