Explorar o código

20250.01.04-修改俱乐部patch->post

GuYun-D hai 3 meses
pai
achega
354c593a6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   })
 }