package file_response type FileDecryptResponse struct { // 【解密后数据集合】解密后数据集合 FileBase64Strs []string `json:"fileBase64Strs"` }