dev #63

Merged
wangzhongjie merged 206 commits from dev into main 2024-12-16 10:31:20 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0ddf1ac518 - Show all commits

View File

@ -106,9 +106,9 @@ export default async function request(req: any) {
httpRequest.destroy();
switch (code){
//断网
case 2300007: return 2300007
case 2300007: return {code:2300007}
// 超时
case 2300028: return 2300028
case 2300028: return {code:2300028}
default:
}
return {code:e.code}

View File

@ -200,7 +200,7 @@ export default class Judge {
handleUdp(msg)
const udpIndex = globalThis.udpIndex;
if (udpIndex % 5 === 0) {
// handDistance();
handDistance();
}
})