1.
This commit is contained in:
@@ -6149,7 +6149,7 @@ function populateParameters(fromRes, toRes) {
|
||||
let _SDKVersion = SDKVersion;
|
||||
const hostLanguage = (language || "").replace(/_/g, "-");
|
||||
const parameters = {
|
||||
appId: "__UNI__1836EC9",
|
||||
appId: "__UNI__83518F0",
|
||||
appName: "JiaZhiQianYan",
|
||||
appVersion: "1.0.0",
|
||||
appVersionCode: "100",
|
||||
@@ -6298,7 +6298,7 @@ const getAppBaseInfo = {
|
||||
hostName: _hostName,
|
||||
hostSDKVersion: SDKVersion,
|
||||
hostTheme: theme,
|
||||
appId: "__UNI__1836EC9",
|
||||
appId: "__UNI__83518F0",
|
||||
appName: "JiaZhiQianYan",
|
||||
appVersion: "1.0.0",
|
||||
appVersionCode: "100",
|
||||
@@ -7051,9 +7051,9 @@ function isConsoleWritable() {
|
||||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "127.0.0.1,192.168.2.28";
|
||||
const hosts = "127.0.0.1,172.16.6.3,192.168.2.1,169.254.4.51";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_qiUVEc";
|
||||
const id = "mp-weixin_ggk17t";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
Reference in New Issue
Block a user