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