mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
Merge branch 'zcwyMaster' into 'master_1030'
Zcwy master See merge request !149
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import http from "./config";
|
||||
import Http from './configPublic'
|
||||
|
||||
/**
|
||||
* 1
|
||||
@@ -60,3 +61,9 @@ export const studyRecordList = (obj) =>
|
||||
// 获取员工信息
|
||||
export const getMemberInfoApi = (obj) =>
|
||||
http.post("/admin/orgStruct/getMemberInfo", obj);
|
||||
|
||||
//课程推荐列表
|
||||
export const page = (obj) => http.post("/recommend/page",obj)
|
||||
//课程推荐或撤回推荐
|
||||
export const recommend = (obj) =>
|
||||
Http.post("/manageApi/recommend/recommend",obj)
|
||||
Reference in New Issue
Block a user