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