From a6a553ea787762a151a47fa83aa8eca0e10b49dd Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 01:08:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20load=5Fpath.py=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0CRUD=E9=A1=B5=E9=9D=A2=E5=92=8CAPI=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增15条logined路径: - discount_marketing_list, discount_promo_code_list, discount_customer_bind_list - api/marketing_*, api/promo_code_*, api/customer_bind_* (9个API) --- scripts/load_path.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/scripts/load_path.py b/scripts/load_path.py index 6954c45..d941118 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -50,7 +50,22 @@ PATHS_LOGINED = [ f"/discount/generate_qr.dspy", f"/discount/promote", f"/discount/promote.ui", - f"/discount/promote/index.dspy",] + f"/discount/promote/index.dspy", + f"/discount/discount_marketing_list", + f"/discount/discount_marketing_list/index.ui", + f"/discount/discount_promo_code_list", + f"/discount/discount_promo_code_list/index.ui", + f"/discount/discount_customer_bind_list", + f"/discount/discount_customer_bind_list/index.ui", + f"/discount/api/marketing_create.dspy", + f"/discount/api/marketing_update.dspy", + f"/discount/api/marketing_delete.dspy", + f"/discount/api/promo_code_create.dspy", + f"/discount/api/promo_code_update.dspy", + f"/discount/api/promo_code_delete.dspy", + f"/discount/api/customer_bind_create.dspy", + f"/discount/api/customer_bind_update.dspy", + f"/discount/api/customer_bind_delete.dspy",] # ============================================================ # 执行注册