ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
(1):上级商品分类列表标签#product_category_parent_list参数有 productCategoryId:商品分类ID(必传) (Int) recursive:是否递归 (Boolean) count:数量 (Int) (2):返回变量对象 productCategorys:上级商品分类列表 ``` #product_category_parent_list(productCategoryId="1",recursive="true") #for(productCategory: productCategorys) <li><s></s><a class="select" href="#(productCategory.path)">#(productCategory.name)</a></li> #end #end ```