[fix] 抓錯

This commit is contained in:
建喵 2023-03-27 12:31:16 +08:00
parent 1ca9fa1559
commit c5ef14b797
2 changed files with 23 additions and 23 deletions

View File

@ -93,9 +93,9 @@ const Patch = Script.GetPatch();
Google Play商店(內部測試) 版本號 Google Play商店(內部測試) 版本號
</div> --> </div> -->
<br> <br>
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友&gt;&gt;</a> <a href="https://liff.line.me/1657713613-we8Gk929/?fid=10000000008">跟建喵做朋友&gt;&gt;</a>
<br><br> <br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a> <!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a>
<br><br> <br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a> <a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a>
<br><br> <br><br>

View File

@ -208,35 +208,35 @@ export class LP_Casino_Deeplink {
// 外版 // 外版
case 1: { case 1: {
URLscheme["host"] = "https://patch.lybobet.com/"; URLscheme["host"] = "https://game.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// B2B // B2B
case 2: { case 2: {
URLscheme["host"] = "https://patch-b2b.lybobet.com/"; URLscheme["host"] = "https://b2b.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// Test // Test
case 3: { case 3: {
URLscheme["host"] = "https://patch-testing.lybobet.com/"; URLscheme["host"] = "https://testing.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// QA // QA
case 4: { case 4: {
URLscheme["host"] = "https://patch-qa.lybobet.com/"; URLscheme["host"] = "https://qa.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// 內版 // 內版
case 5: { case 5: {
URLscheme["host"] = "https://patch-dev.lybobet.com/"; URLscheme["host"] = "https://dev.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }