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