From 984fc73bd6804f7b6e8c96eded98e29c58760b8d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 23 Jun 2026 17:26:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tree=20bind=E7=94=A8params=5Fmapping?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3${id}$=E9=81=BF=E5=85=8DArgsConvert=E8=AF=AF?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E4=B8=BAPython=E5=86=85=E7=BD=AEid=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/product_category_tree.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/json/product_category_tree.json b/json/product_category_tree.json index dca3796..30d14b2 100644 --- a/json/product_category_tree.json +++ b/json/product_category_tree.json @@ -36,9 +36,16 @@ "cwidth": 20, "cheight": 10 }, + "params_mapping": { + "mapping": { + "id": "category_id" + }, + "need_other": false + }, "options": { + "method": "POST", "url": "{{entire_url('../api/import_category_products.dspy')}}", - "params": {"category_id": "${id}$"} + "params": {} } } ],