Browse Source

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

GuYun-D 3 months ago
parent
commit
355d8fa3ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/rm-bank/index.js

+ 2 - 2
src/api/rm-bank/index.js

@@ -48,11 +48,11 @@ export function getClubDetailApi(params) {
 }
 
 // 设置会员为管理
-export function patchClubMemberIsAdminApi(params) {
+export function patchClubMemberIsAdminApi(data) {
   return request({
     url: '/people-bank-club-member/patchClubMemberIsAdmin',
     method: 'POST',
-    params
+    data
   })
 }