package seal_response type SealUkeyFaceFirePageResponse struct { // 【Ukey章烧制章面页面链接】Ukey章烧制章面页面链接 Result string `json:"result,omitempty"` // 【后台应用中选择同时返回内/外网地址时返回,参数为内网链接】后台应用中选择同时返回内/外网地址时返回,参数为内网链接 LocalPageUrl string `json:"localPageUrl,omitempty"` }