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