SealApplyViewurlResponse.go 241 B

123456789
  1. package seal_response
  2. type SealApplyViewurlResponse struct {
  3. // 【详情链接】详情链接
  4. SealApplyUrl string `json:"sealApplyUrl,omitempty"`
  5. // 【内网链接】内网链接
  6. LocalPageUrl string `json:"localPageUrl,omitempty"`
  7. }