个人主页接口对接

This commit is contained in:
zhaofang
2022-09-20 19:53:09 +08:00
parent 44253f06f0
commit b99f54189d
19 changed files with 533 additions and 886 deletions

View File

@@ -198,11 +198,12 @@ const saveComment=function(data) {
const ids=function (data){
return ajax.postJson('/xboe/m/qa/question/ids',data);
}
const answerIds=function(data){return ajax.postJson('/xboe/m/qa/answer/ids',data);}
export default{
indexList,
pageList,
detail,
save,
pageList,
detail,
save,
del,
queryList,
answerList,
@@ -211,16 +212,17 @@ export default{
delAnswer,
detailAnswer,
isBest,
cancelBest,
cancelBest,
savaAudit,
isEssence,
queryAnswer,
queryQuestion,
potallist,
update,
page,
has,
saveComment,
replayClevel3,
ids
isEssence,
queryAnswer,
queryQuestion,
potallist,
update,
page,
has,
saveComment,
replayClevel3,
ids,
answerIds
}