DocumentCreatebytemplatesResponse.go 538 B

123456789
  1. package document_response
  2. type DocumentCreatebytemplatesResponse struct {
  3. // 【签署文档id集合】签署文档id集合
  4. DocumentId []string `json:"documentId,omitempty"`
  5. // <ext>inner-type:map;key:long;value:string;key-description:文档Id;value-description:文档预览链接 </ext> 【各个签署文档预览链接】各个签署文档预览链接 【回参说明】 可通过返回链接在线预览此接口生成的签署文件,预览链接有效时间30min
  6. ViewUrlMap map[int64]string `json:"viewUrlMap,omitempty"`
  7. }