package seal_response type SealApplyViewurlResponse struct { // 【详情链接】详情链接 SealApplyUrl string `json:"sealApplyUrl,omitempty"` // 【内网链接】内网链接 LocalPageUrl string `json:"localPageUrl,omitempty"` }