(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
```