|
@@ -41,8 +41,10 @@ import { TUIComponents, TUICore, genTestUserSig } from "./TUIKit";
|
|
|
console.log(import.meta.env.DEV, "import.meta.env.DEV");
|
|
|
|
|
|
|
|
|
-const SDKAppID = parseSearch.appId || hashSearch.appId || 1400799837;
|
|
|
-const secretKey = parseSearch.secretKey || hashSearch.secretKey || "37bfb220843e25e78768cadd0dc06756e460e55bd631354930a4149565a1d0c9";
|
|
|
+
|
|
|
+const SDKAppID = parseSearch.appId || hashSearch.appId || 1400805079;
|
|
|
+
|
|
|
+const secretKey = parseSearch.secretKey || hashSearch.secretKey || "c5f4ea6140128a36c842990446a2c89249ab886b5e1ea6893555aa635a0b3c30";
|
|
|
const userID = parseSearch.userID;
|
|
|
|
|
|
|