SealUkeyPinUpdatePageResponse.go 412 B

123456789
  1. package seal_response
  2. type SealUkeyPinUpdatePageResponse struct {
  3. // 【Ukey章修改Pin码页面链接】Ukey章修改Pin码页面链接
  4. Result string `json:"result,omitempty"`
  5. // 【后台应用中选择同时返回内/外网地址时返回,参数为内网链接】后台应用中选择同时返回内/外网地址时返回,参数为内网链接
  6. LocalPageUrl string `json:"localPageUrl,omitempty"`
  7. }