openlist根路径主动移除bom
This commit is contained in:
@@ -293,7 +293,7 @@ export async function GET(request: NextRequest) {
|
||||
const listResponse = await client.listDirectory(folderPath, currentPage, pageSize);
|
||||
|
||||
if (listResponse.code !== 200) {
|
||||
throw new Error('OpenList 列表获取失败');
|
||||
throw new Error('OpenList 列表获取失败4');
|
||||
}
|
||||
|
||||
total = listResponse.data.total;
|
||||
|
||||
Reference in New Issue
Block a user