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