工具百科查询

接口地址:/publisher/toolquery

请求方式 get

参数:

  • q 查询关键字

返回格式:

{
    "code": 1,
    "data": {
        "tool_list":[
            {
                "id": 1,
                "name": "xx1"
            },
            {
                "id": 2,
                "name": "xx2"
            },
            {
                "id": 5,
                "name": "xx3"
            }
        ]
    },
    "msg": "success"
}

Last updated

Was this helpful?