mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
回复的api
This commit is contained in:
@@ -25,12 +25,13 @@ const del=function (id){
|
|||||||
/**
|
/**
|
||||||
* 回复或者删除留言
|
* 回复或者删除留言
|
||||||
* @param{
|
* @param{
|
||||||
* id
|
* parentId 父id
|
||||||
* reply 回复内容
|
* topId 一级id
|
||||||
|
* content 回复内容
|
||||||
* }
|
* }
|
||||||
* */
|
* */
|
||||||
const answer=function (data){
|
const answer=function (data){
|
||||||
return ajax.post(baseURL,'/xboe/subgroup/m/guest/answer',data);
|
return ajax.postJson(baseURL,'/xboe/subgroup/m/guest/answer',data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user