Commit 2b443661 authored by 范雪寒's avatar 范雪寒

feat: 替换key

parent d8df1c01
...@@ -30,8 +30,8 @@ export class NetworkHelper { ...@@ -30,8 +30,8 @@ export class NetworkHelper {
client: any; client: any;
async initRoom() { async initRoom() {
const client = new globalThis.Play.Client({ const client = new globalThis.Play.Client({
appId: "lyn5nahSjCX0gpuRPugoMILM-gzGzoHsz", appId: "JCKc6bU8FywdjIPupjNH8Jwx-gzGzoHsz",
appKey: "Nh9qGdBHq7MGjPbgUoLxm8oG", appKey: "WUrRDpb46z2qFLsUNbhknYcP",
userId: `${new Date().getTime()}_${RandomInt(100000000)}`, userId: `${new Date().getTime()}_${RandomInt(100000000)}`,
playServer: 'https://lyn5nahs.lc-cn-n1-shared.com' playServer: 'https://lyn5nahs.lc-cn-n1-shared.com'
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment