mirror of
https://github.com/Weasley-J/chinaport-data-signature.git
synced 2024-04-21 12:41:53 +00:00
[feature] 更新电子口岸C卡/Key客户端控件下载链接
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@ public class UkeyHealthHelper {
|
||||
* @return 先回调一遍,如果没有配置 clientName 提前缓存填充Windows上的ukey重启的可执行exe
|
||||
* @apiNote <a href="https://app.singlewindow.cn/cas/login?service=http%3A%2F%2Fwww.singlewindow.cn%2Fsinglewindow%2Flogin.jspx">
|
||||
* <img src="https://weasley.oss-cn-shanghai.aliyuncs.com/Photos/image-20230707193959470.png">电子口岸C卡/Key客户端</img></a>
|
||||
* @see <a href="https://update.singlewindow.cn/downloads/EportClientSetup_V1.5.46.exe">电子口岸C卡/Key客户端控件:EportClientSetup_V1.5.46.exe</a>
|
||||
* @see <a href="https://update.singlewindow.cn/downloads/EportClientSetup_V1.5.47.exe">电子口岸C卡/Key客户端控件下载链接</a>
|
||||
*/
|
||||
@Bean
|
||||
public ApplicationRunner ukeyPreCallbackRunner() {
|
||||
@@ -43,7 +43,7 @@ public class UkeyHealthHelper {
|
||||
log.error("可执行文件 {} 不存在,请检查你的配置; \n如果你没有安装【中国电子口岸C卡/Key客户端控件】请前往官网下载(卡介质登录界面)下载: {}; \n或者点击链接下载:{}",
|
||||
ukeyAccessClientProperties.getClientName(),
|
||||
"https://app.singlewindow.cn/cas/login?service=http%3A%2F%2Fwww.singlewindow.cn%2Fsinglewindow%2Flogin.jspx",
|
||||
"https://update.singlewindow.cn/downloads/EportClientSetup_V1.5.46.exe");
|
||||
"https://update.singlewindow.cn/downloads/EportClientSetup_V1.5.47.exe");
|
||||
return args -> {
|
||||
};
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user