单个分类信息查询 websocket测试 POST /admin/info/category/{id} 说明 / 示例 返回单个分类的信息 ```json { "status": 200, "error": "", "message": "success", "payload": { "catId": 5, "name": "家居家装", "parentCid": 0, "catLevel": 1, "showStatus": true, "sort": 1, "icon": null, "productUnit": null, "merchantId": 1 } } ```
返回单个分类的信息 ```json { "status": 200, "error": "", "message": "success", "payload": { "catId": 5, "name": "家居家装", "parentCid": 0, "catLevel": 1, "showStatus": true, "sort": 1, "icon": null, "productUnit": null, "merchantId": 1 } } ```