Skip to content

Commit 8a21b8e

Browse files
authored
Update MyClsLifecycleCredentialProvider.java
1 parent 1f08c16 commit 8a21b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QCloudFoundation/qcloud-track/src/androidTest/java/com/tencent/qcloud/track/MyClsLifecycleCredentialProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected ClsSessionCredentials fetchNewCredentials() throws ClsAuthenticationEx
3030
// 首先从您的临时密钥服务器获取包含了密钥信息的响应
3131
HttpURLConnection connection = null;
3232
try {
33-
URL url = new URL("http://9.135.33.98:3000/sts/cls");
33+
URL url = new URL("http://9.135.00.00:3000/sts/cls");
3434
connection = (HttpURLConnection) url.openConnection();
3535
connection.setRequestMethod("GET");
3636
connection.connect();

0 commit comments

Comments
 (0)