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({