多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] get:/api/basequery/getAliStandardCategoryId string:first_name#一级类目名(支持模糊搜索) second_name#二级类目名(支持模糊搜索) third_name#三级类目名(支持模糊搜索) <<< success { "status":1, "message":"ok", "order_data":[], "data":[ { "id":1, "third_category_id":"2019091800502200000000100425", //商品所属标准类目ID,三级类目ID "first_name":"艺术品", //一级类目名 "second_name":"绘画/摄影", //二级类目名 "third_name":"油画" //三级类目名 }, { "id":221, "third_category_id":"2019091800502200000000100675", "first_name":"图书", "second_name":"绘画", "third_name":"油画技法" }, { "id":222, "third_category_id":"2019091800502200000000100676", "first_name":"图书", "second_name":"绘画", "third_name":"油画赏析" } ] } <<< error ~~~