refactor queryRequest

This commit is contained in:
pa
2026-03-09 23:59:19 +09:00
parent 8f802ecf28
commit 21489fb717
17 changed files with 312 additions and 418 deletions

View File

@@ -417,7 +417,7 @@ export const useGroupStore = defineStore('Group', () => {
let total = Infinity;
let pages = 0;
do {
const args = await queryRequest.fetch('groupPosts', {
const args = await groupRequest.getGroupPosts({
groupId: params.groupId,
n,
offset