ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 分类列表 ~~~[api] get:https://xcx.dangerouschain.com/addons/zjhj_mall/core/web/index.php?store_id=1&r=api/car/category-list *int:parent_id=1#分类:运输类型1,车辆长度11,额定载重27,马力41,驱动48,品牌52,车型53,价格54 int:act=0#模块分类,1首页,2筛选 <<< success <<< error ~~~ # 查询子类列表 ~~~[api] get:https://xcx.dangerouschain.com/addons/zjhj_mall/core/web/index.php?store_id=1&r=api/car/category-sub-list *int:parent_id=1#分类:运输类型1,车辆长度11,额定载重27,马力41,驱动48,品牌52,车型53,价格54 <<< success <<< error ~~~ # 查询子类列表(本地) ~~~[api] get:http://weilian.bendi.com/addons/zjhj_mall/core/web/index.php?store_id=1&r=api/car/category-sub-list *int:parent_id=1#分类:运输类型1,车辆长度11,额定载重27,马力41,驱动48,品牌52,车型53,价格54 <<< success <<< error ~~~ ### parent_id参数说明 | 父ID | 说明 | | --- | --- | | 1 | 运输类型 | | 11 | 车辆长度(米) | | 27 | 额定载重(吨) | | 41 | 马力 | | 48 | 驱动 | | 52 | 品牌 | | 53 | 车型 | | 54 | 价格 |