chore: update default channel account ID

This commit is contained in:
YBF
2026-09-15 11:12:09 +08:00
parent 0a133b8151
commit 9a4ce8749b
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "trade-message-center"
[setup]
script = "pnpm install"
+1 -1
View File
@@ -12,7 +12,7 @@ import { ONETALK_PERMISSIONS } from "@trade-message-center/onetalk-contract";
const DEFAULT_HOST = "127.0.0.1"; const DEFAULT_HOST = "127.0.0.1";
const DEFAULT_PORT = 8787; const DEFAULT_PORT = 8787;
const DEFAULT_CHANNEL_ACCOUNT_ID = "286995452"; const DEFAULT_CHANNEL_ACCOUNT_ID = "243340382";
const DEFAULT_BINDING = "123"; const DEFAULT_BINDING = "123";
const DEFAULT_AUTHORIZATION_VERSION = "mock-v1"; const DEFAULT_AUTHORIZATION_VERSION = "mock-v1";
const DEFAULT_MIND_USER_ID = "mind-user-1"; const DEFAULT_MIND_USER_ID = "mind-user-1";