瀏覽代碼

Merge branch 'feat/v20241212-人脉银行' into dev

GuYun-D 3 月之前
父節點
當前提交
ca66bcdd22
共有 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
   })
 }