package others_response type HonoteResultQueryResponse struct { // 【文档id】文档id DocumentId string `json:"documentId"` // 【文档校验结果】文档校验结果 Result string `json:"result"` // 【第三方业务系统文档编号】第三方业务系统文档编号 ThirdDocId string `json:"thirdDocId,omitempty"` }