package file_response // 【响应结果】响应结果 type FileVerifyBatchStartResponse struct { // 【批量操作Id】批量操作Id BatchId string `json:"batchId"` }