package contract_response type ContractViewurlResponse struct { // 【内网链接】内网链接 后台应用中选择同时返回内/外网地址时返回,参数为内网链接 LocalPageUrl string `json:"localPageUrl,omitempty"` // 【浏览链接】浏览链接 ViewUrl string `json:"viewUrl,omitempty"` }