{
    "status": "warning",
    "checks": {
        "php_version": "8.2.28",
        "database": {
            "host": "127.0.0.1",
            "database": "api_sanlunkeji_c",
            "username": "api_sanlunkeji_c"
        },
        "database_connection": "ok",
        "database_tables": [
            "users",
            "products",
            "product_images",
            "orders",
            "order_items",
            "payments"
        ],
        "product_count": 6,
        "wechat_appid": "configured",
        "wechat_secret": "configured",
        "wechat_mchid": "missing",
        "pdo_extension": "ok",
        "pdo_mysql_extension": "ok",
        "config_readable": "ok",
        "https": "ok"
    },
    "warnings": [
        "微信支付参数未配置（mchid\/apiv3_key）"
    ],
    "errors": []
}