Browse Source

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

GuYun-D 2 months ago
parent
commit
5012b12384
1 changed files with 1 additions and 1 deletions
  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
   })
 }