1.修改健康银行访问链接,测试环境截取掉:+端口
This commit is contained in:
2026-03-24 10:03:33 +08:00
parent 5db0c7effc
commit a24c936cde
+1 -1
View File
@@ -139,7 +139,7 @@
params: {
str: {
scheme: apiUrl.split('://')[0],
host: apiUrl.split('://')[1],
host: apiUrl.split('://')[1].substring(0, apiUrl.split('://')[1].indexOf(':')),
tokenF: getToken(),
},
},