🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 分类列表 ~~~[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 | 价格 |