From 5c250b4b2c1c68bdb95e0e2fa323b9df8d10348d Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Tue, 20 Jan 2026 11:59:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(quark=5Fuc):=20=E4=BF=AE=E5=A4=8D=E8=BF=9D?= =?UTF-8?q?=E8=A7=84=E6=96=87=E4=BB=B6=E5=90=8D=E5=8F=98=20`X***`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drivers/quark_uc/util.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/quark_uc/util.go b/drivers/quark_uc/util.go index 3c49f1f3f..48aabc48f 100644 --- a/drivers/quark_uc/util.go +++ b/drivers/quark_uc/util.go @@ -73,6 +73,8 @@ func (d *QuarkOrUC) GetFiles(parent string) ([]model.Obj, error) { "pdir_fid": parent, "_size": strconv.Itoa(size), "_fetch_total": "1", + "fetch_all_file": "1", + "fetch_risk_file_name": "1", } if d.OrderBy != "none" { query["_sort"] = "file_type:asc," + d.OrderBy + ":" + d.OrderDirection