This commit is contained in:
daihh
2022-11-08 14:49:16 +08:00

View File

@@ -25,8 +25,9 @@ const del=function (id){
/** /**
* 回复或者删除留言 * 回复或者删除留言
* @param{ * @param{
* id * parentId 父id
* reply 回复内容 * topId 一级id
* content 回复内容
* } * }
* */ * */
const answer=function (data){ const answer=function (data){