{
  "code": 200,
  "msg": "服务运行正常",
  "data": {
    "ip": "216.73.216.50",
    "service": "商品条形码查询服务",
    "version": "2.0.0",
    "timestamp": "2026-05-09T11:53:29.627978",
    "status": "运行中",
    "uptime": "0:21:32.707811",
    "auto_restart": {
      "enabled": false,
      "debug_mode": false,
      "restart_time": "04:00",
      "today_restart_count": 0
    },
    "monitor_intervals": {
      "heartbeat": "300秒",
      "cleanup": "300秒",
      "resource_check": "900秒"
    },
    "endpoints": {
      "用户服务": {
        "注册": "POST /api/register",
        "登录": "POST /api/login",
        "修改密码": "POST /api/change_password",
        "用户信息": "GET /api/user/profile"
      },
      "商品服务": {
        "条码查询": "POST /api/query_single_barcode",
        "保存商品": "POST /api/save_product",
        "获取分类": "POST /api/get_categories",
        "获取分组": "POST /api/get_groups"
      },
      "工作流服务": {
        "启动工作流": "POST /api/start_workflow",
        "查询状态": "POST /api/get_workflow_status"
      },
      "文件服务": {
        "图片上传": "POST /api/upload_image",
        "数据导出": "POST /api/export_products"
      },
      "系统服务": {
        "健康检查": "GET /health",
        "系统状态": "GET /api/system/status",
        "安全状态": "GET /api/security/status"
      }
    },
    "note": "SocketIO功能已移除，使用纯HTTP/HTTPS接口"
  }
}