CompanyauthLegalsignurlResponse.go 324 B

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