|
@@ -116,21 +116,6 @@ return !0;
|
|
|
return !1;
|
|
|
};
|
|
|
|
|
|
-----------消息分发流程
|
|
|
-at e._fetchInfo (assets/main/index.jsc:360797:31)
|
|
|
-at e.fetchInfo (assets/main/index.jsc:360789:26)
|
|
|
-at t.decodePB (assets/main/index.jsc:366437:35)
|
|
|
-at t.MiniGamesListResponse (assets/main/index.jsc:434734:30)
|
|
|
-at e.onmessage (assets/main/index.jsc:366704:77)
|
|
|
-
|
|
|
-
|
|
|
-at e._fetchInfo (assets/main/index.jsc:360797:31)
|
|
|
-at e.fetchInfo (assets/main/index.jsc:360789:26)
|
|
|
-at t.decodePB (assets/main/index.jsc:366437:35)
|
|
|
-at t.responseHeartBeat (assets/main/index.jsc:433004:30)
|
|
|
-at e.onmessage (assets/main/index.jsc:366704:77)
|
|
|
-
|
|
|
-
|
|
|
|
|
|
//登陆相关
|
|
|
HMFHTTPClient.phoneNumLogin = function(e) {
|
|
@@ -191,8 +176,7 @@ t.prototype.decodePB =
|
|
|
e.prototype._fetchInfo
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------
|
|
|
--------------------重新定义console.log方法,支持长打印-------------
|
|
|
+//重新定义console.log方法,支持长打印
|
|
|
|
|
|
const originalConsoleLog = console.log;
|
|
|
|
|
@@ -228,6 +212,13 @@ function splitAndPrintString(str, maxSize) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+-----------德州扑克-----------------
|
|
|
+服务器关闭通知 ServerCloseNotify
|
|
|
+suit花色 0方片 1梅花 2红桃 3黑桃
|
|
|
+number牌 0=2 1=3 10=8 J=9 Q=10 K=11 A=12
|
|
|
+
|
|
|
+-----------德州扑克-----------------
|
|
|
+
|
|
|
//重新定义console.log方法
|
|
|
console.log = function (...args) {
|
|
|
const maxChunkSize = 1000; // 设定最大字符数,可根据需要调整
|
|
@@ -249,19 +240,3 @@ console.log = function (...args) {
|
|
|
splitAndPrintString(combinedString, maxChunkSize);
|
|
|
};
|
|
|
|
|
|
-function printStack(){
|
|
|
- const stack = new Error().stack;
|
|
|
- console.log("报错堆栈:",stack);
|
|
|
-}
|
|
|
-
|
|
|
------------------------------------------------------------------
|
|
|
------------------------------------------------------------------
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
------------德州扑克-----------------
|
|
|
-服务器关闭通知 ServerCloseNotify
|
|
|
-suit花色 0方片 1梅花 2红桃 3黑桃
|
|
|
-number牌 0=2 1=3 10=8 J=9 Q=10 K=11 A=12
|
|
|
-
|
|
|
------------德州扑克-----------------
|