import crypto from "crypto";
const KEY = Buffer.from("12345678901234567890123456789012"); // 32 字节 AES-256
/**
* AES
2025-10-10