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