| 123456789 |
- package seal_response
- type SealUkeyBreakRemoteConnectPageResponse struct {
- // 【远程连接指定Ukey的链接】远程连接指定Ukey的链接
- Result string `json:"result,omitempty"`
- // 【后台应用中选择同时返回内/外网地址时返回,参数为内网链接】后台应用中选择同时返回内/外网地址时返回,参数为内网链接
- LocalPageUrl string `json:"localPageUrl,omitempty"`
- }
|