工具分类

接口地址:/console/toolclassify

请求方式 get

参数:

返回格式:

{
    "code": 1,
    "data": {
        "classify_list": [
            {
                "id": 1,
                "name": "平刨"
            },
            {
                "id": 2,
                "name": "压刨"
            }
        ]
    },
    "msg": "success"
}

Last updated

Was this helpful?