This commit is contained in:
zhaofang
2022-09-20 20:05:26 +08:00
parent b99f54189d
commit dafa21887b
2 changed files with 13 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ const list=function (data){
/**
* 获取用户兴趣关联的id
* */
const info=function (){
return ajax.get(baseURL,'/xboe/subgroup/m/userhobby/info');
const info=function (aid){
return ajax.get(baseURL,'/xboe/subgroup/m/userhobby/info?aid='+aid);
}
/**