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