This commit is contained in:
zoujiandong
2025-07-22 09:40:54 +08:00
parent 89d55643f6
commit 89336f5621
24 changed files with 766 additions and 199 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ const api = {
return request('/exchange/collect/'+id, {}, 'delete',false);
},
addExchangeComment(id,data){
return request('/exchange/comment/'+id, data, 'post',false);
return request('/exchange/comment/'+id, data, 'post',true);
},
delExchangeComment(id){
return request('/exchange/comment/'+id, {}, 'delete',false);