package common // 【文档格式限制】文档格式限制 type DocumentFilelimitFomatLimitResponse struct { // 【签署文档格式限制】签署文档格式限制 Document string `json:"document"` // 【附件格式限制】附件格式限制 Attachment string `json:"attachment"` }