v0.8.7测试
This commit is contained in:
@@ -114,8 +114,8 @@ async function exportMoralityRecords() {
|
||||
return;
|
||||
}
|
||||
|
||||
// 获取所有历史记录(不分页,获取全部)
|
||||
const historyRes = await apiGet('/api/admin/conduct/history', { page: 1, page_size: 10000 });
|
||||
// 获取所有历史记录(获取全部,API限制最大1000条)
|
||||
const historyRes = await apiGet('/api/admin/conduct/history', { page: 1, page_size: 1000 });
|
||||
if (!historyRes || !historyRes.success) {
|
||||
showToast('获取历史记录失败', 'error');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user