企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
(1):下级商品分类列表标签#product_category_children_list参数有 productCategoryId:商品分类ID(必传) (Int) recursive:是否递归 (Boolean) count:数量 (Int) (2):返回变量对象 productCategorys:下级商品分类列表 ``` #product_category_children_list(productCategoryId="1") #for(productCategory: productCategorys) <li><s></s><a class="select" href="#(productCategory.path)">#(productCategory.name)</a></li> #end #end ```