package company_response type CompanyauthLegalsignurlResponse struct { // 【法人在线授权链接】法人在线授权链接 Result string `json:"result,omitempty"` // 【内网链接】内网链接,后台应用中选择同时返回内/外网地址时返回 LocalPageUrl string `json:"localPageUrl,omitempty"` }