fix: tree bind用params_mapping替代${id}$避免ArgsConvert误解析为Python内置id函数
This commit is contained in:
parent
b87501912c
commit
984fc73bd6
@ -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": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user