소스 검색

20250.01.04-修改俱乐部patch->post

GuYun-D 5 달 전
부모
커밋
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
   })
 }