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