mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
课程推荐
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import http from "./config";
|
||||
import Http from './configPublic'
|
||||
|
||||
/**
|
||||
* 1
|
||||
@@ -62,7 +63,7 @@ export const getMemberInfoApi = (obj) =>
|
||||
http.post("/admin/orgStruct/getMemberInfo", obj);
|
||||
|
||||
//课程推荐列表
|
||||
export const page = (params) => http.get("/recommend/page",{params})
|
||||
export const page = (obj) => http.post("/recommend/page",obj)
|
||||
//课程推荐或撤回推荐
|
||||
export const recommend = (obj) =>
|
||||
http.post("/recommend/recommend",obj)
|
||||
Http.post("/manageApi/recommend/recommend",obj)
|
||||
Reference in New Issue
Block a user