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