| 123456789 |
- package seal_response
- type SealViewurlResponse struct {
- // 【印章详情页面链接】印章详情页面链接
- SealViewUrl string `json:"sealViewUrl,omitempty"`
- // 【印章详情页面内网链接】印章详情页面内网链接 电子签章控制台中【集成应用配置-接口返回URL】中若配置了“同时返回内/外网地址“时返回此参数
- LocalPageUrl string `json:"localPageUrl,omitempty"`
- }
|