Browse Source

猫舍管理 内容管理 接口文件

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
7e23a61603
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/api/ohplay/content.js

+ 8 - 0
src/api/ohplay/content.js

@@ -40,4 +40,12 @@ export function recommend(data){
     method: 'post',
     data
   })
+}
+
+// 内容分类
+export function typeList(){
+   return request({
+    url: `/house/TAdminColumn/list`,
+    method: 'post'
+   })
 }