mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
回复的api
This commit is contained in:
@@ -25,12 +25,13 @@ const del=function (id){
|
||||
/**
|
||||
* 回复或者删除留言
|
||||
* @param{
|
||||
* id
|
||||
* reply 回复内容
|
||||
* parentId 父id
|
||||
* topId 一级id
|
||||
* content 回复内容
|
||||
* }
|
||||
* */
|
||||
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