💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
(1):商品列表标签#product_list参数有 productCategoryId:商品分类ID(必传) (Int) start:起始位置(Int) count:数量 (Int) (2):返回变量对象 products:商品列表 ``` #product_list(productCategoryId="1") #for(product: products) <li><s></s><a class="select" href="#(product.path)">#(product.name)</a></li> #end #end ```