8.3
This commit is contained in:
+2
-2
@@ -44,7 +44,7 @@ const api = {
|
||||
return request('/exchange/collect/'+id,{}, 'delete',false);
|
||||
},
|
||||
addVideoComment(id,data){
|
||||
return request('/clinical/video/comment/'+id,data, 'post',false,'application/json');
|
||||
return request('/clinical/video/comment/'+id,data, 'post',true,'application/json');
|
||||
},
|
||||
delVideoComment(id){
|
||||
return request('/clinical/video/comment/'+id, {}, 'delete',false);
|
||||
@@ -57,7 +57,7 @@ const api = {
|
||||
return request('/clinical/video/comment/top/'+id, {}, 'delete',false);
|
||||
},
|
||||
addArticleComment(id,data){
|
||||
return request('/clinical/article/comment/'+id, data, 'post',false,'application/json');
|
||||
return request('/clinical/article/comment/'+id, data, 'post',true,'application/json');
|
||||
},
|
||||
delArticleComment(id){
|
||||
return request('/clinical/article/comment/'+id, {}, 'delete',false);
|
||||
|
||||
Reference in New Issue
Block a user