From 327f77dac17d3692f58bad6b5594732c32d88b69 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Jul 2026 16:10:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20product=5Fquery=5Fprice.dspy=E6=94=B9?= =?UTF-8?q?=E4=B8=BAany=E8=A7=92=E8=89=B2(=E6=97=A0=E9=9C=80=E7=99=BB?= =?UTF-8?q?=E5=BD=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/load_path.py b/scripts/load_path.py index 8563bcb..94370b3 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -46,6 +46,7 @@ PATHS_ANY = [ f"/{MOD}/storefront/api/get_categories.dspy", f"/{MOD}/storefront/api/get_products.dspy", f"/{MOD}/storefront/api/get_product_detail.dspy", + f"/{MOD}/api/product_query_price.dspy", ] # logined — 需要认证的页面和 API @@ -66,7 +67,6 @@ PATHS_LOGINED = [ # API endpoints (.dspy) f"/{MOD}/api/category_options.dspy", - f"/{MOD}/api/product_query_price.dspy", f"/{MOD}/api/product_brief.dspy", f"/{MOD}/api/product_category_create.dspy", f"/{MOD}/api/product_category_update.dspy",