mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
感兴趣的人传id方式改变
This commit is contained in:
@@ -20,8 +20,8 @@ const save=function (data){
|
||||
* 同兴趣人匹配查询
|
||||
* 参数:下面那个接口的返回值直接传
|
||||
* */
|
||||
const list=function (data){
|
||||
return ajax.postJson(baseURL,'/xboe/subgroup/m/userhobby/list',data);
|
||||
const list=function (aid){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/userhobby/list?aid='+aid);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user