linwe
2023-11-28 c52348a8b99abcae538906cb46a329070c9c966f
接口替换
1 files modified
2 ■■■ changed files
api/community/community.js 2 ●●● patch | view | raw | blame | history
api/community/community.js
@@ -44,7 +44,7 @@
//投票操作
export const addVoteOperate = (params) => {
    return http.request({
        url: '/blade-topics/topics/updateBath',
        url: '/blade-userTopics/userTopics/updateBath',
        method: 'POST',
        data:params
    })