@@ -91,4 +91,13 @@ export function getWebsiteCategory(params) {
params
})
}
+
+//2.0 获得所有职能部门
+export function getAllDepartment(params) {
+ return request({
+ url: '/public/getAllDepartment',
+ method: 'get',
+ params
+ })
+}
//C端网站请求无需token start ------------------------------------->