fix: 取消踩。反馈调整

This commit is contained in:
杨航
2025-09-08 15:13:28 +08:00
parent a3044dc87b
commit 2f3dad75fb
3 changed files with 28 additions and 5 deletions
+8
View File
@@ -35,6 +35,14 @@ export const insertTraAskFeedback = (data) => {
data
});
};
// 取消反馈 取消踩 /traAskFeedback/updateDownvoteStat
export const updateDownvoteStat = (data) => {
return request({
url: '/traask/traAskFeedback/updateDownvoteStat',
method: 'post',
data
});
};
// 赞 /取消赞/traAskFeedback/updateDownvoteStat
export const updateLikeStat = (data) => {
return request({