SealViewurlResponse.go 426 B

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