瀏覽代碼

20250.01.04-修改俱乐部patch->post

GuYun-D 2 月之前
父節點
當前提交
354c593a6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/rm-bank/index.js

+ 1 - 1
src/api/rm-bank/index.js

@@ -24,7 +24,7 @@ export function addClubApi(data) {
 export function editClubApi(data) {
   return request({
     url: '/people-bank-club/patchClub',
-    method: 'patch',
+    method: 'POST',
     data
   })
 }