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