Appearance
POST /merchant/mesh/detail - 获取微服务的详细信息
POST /merchant/mesh/detail
{ "code": 200, "msg": "success", "data": { "id": "服务ID", "name": "服务名称", "description": "服务描述", "properties": "服务属性", "createdAt": "创建时间", "updatedAt": "更新时间" } }