| 12345678910111213 |
- package others_response
- import (
- "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/common"
- )
- type CrossborderV2DocumentCreatebyfileResponse struct {
- Result *common.V2DocumentCreatebyfileResultResponse `json:"result,omitempty"`
- // 【签署文档预览链接】签署文档预览链接 【回参说明】 可通过返回链接在线预览此接口生成的签署文件,预览链接有效时间30min
- ViewUrl string `json:"viewUrl,omitempty"`
- // 【签署文档id】签署文档id
- DocumentId string `json:"documentId,omitempty"`
- }
|