Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class GenerateTestUserSig {
* You can view your SDKAppID after creating an application in the [Tencent Cloud IM console](https://console.intl.cloud.tencent.com/im).
* SDKAppID uniquely identifies a Tencent Cloud account.
*/
public static final int SDKAPPID = 0;
public static final int SDKAPPID = 20017176;

/**
* Signature validity period, which should not be set too short
Expand All @@ -61,7 +61,7 @@ public class GenerateTestUserSig {
* Note: this method is for testing only. Before commercial launch, please migrate the UserSig calculation code and key to your backend server to prevent key disclosure and traffic stealing.
* Reference: https://intl.cloud.tencent.com/document/product/1047/34385
*/
private static final String SECRETKEY = "";
private static final String SECRETKEY = "642596b05da5c51af34146e8ba63d1e24fdbb2421e78458ba5a242ed71ee8dac";

/**
* Calculate UserSig
Expand Down