Liuteng 2 주 전
부모
커밋
78209740a7
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/api/index.js

+ 9 - 0
src/api/index.js

@@ -107,6 +107,15 @@ export function getggList(data) {
   });
 }
 
+// 获取政务视频
+export function zwspService(data) {
+  return request({
+    url: "/machine/all/zwspService",
+    method: "post",
+    data,
+  });
+}
+
 // 获取首页热门
 export function gethomeHot(data) {
   return request({