diff --git a/client/src/pages/authorizedAccountManage/index.tsx b/client/src/pages/authorizedAccountManage/index.tsx index 7014748b..6bea33f7 100644 --- a/client/src/pages/authorizedAccountManage/index.tsx +++ b/client/src/pages/authorizedAccountManage/index.tsx @@ -258,7 +258,7 @@ export default function AuthorizedAccountManage() { request: getDevMiniProgramListRequest, data: { offset: (mpCurrentPage - 1) * pageSize, - count: pageSize, + limit: pageSize, appid: miniProgramAppIdInput, } })