Browse Source

20250.01.04-修改俱乐部patch->post

GuYun-D 5 tháng trước cách đây
mục cha
commit
354c593a6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
   })
 }