修改语音播放等三个bug

This commit is contained in:
田岩
2025-09-08 20:41:33 +08:00
5 changed files with 1001 additions and 991 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({