[fix] 抓錯
This commit is contained in:
parent
1ca9fa1559
commit
c5ef14b797
@ -93,9 +93,9 @@ const Patch = Script.GetPatch();
|
||||
Google Play商店(內部測試) 版本號
|
||||
</div> -->
|
||||
<br>
|
||||
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友>></a>
|
||||
<a href="https://liff.line.me/1657713613-we8Gk929/?fid=10000000008">跟建喵做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友>></a>
|
||||
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友>></a>
|
||||
<br><br>
|
||||
|
@ -208,35 +208,35 @@ export class LP_Casino_Deeplink {
|
||||
|
||||
// 外版
|
||||
case 1: {
|
||||
URLscheme["host"] = "https://patch.lybobet.com/";
|
||||
URLscheme["host"] = "https://game.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// B2B
|
||||
case 2: {
|
||||
URLscheme["host"] = "https://patch-b2b.lybobet.com/";
|
||||
URLscheme["host"] = "https://b2b.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// Test
|
||||
case 3: {
|
||||
URLscheme["host"] = "https://patch-testing.lybobet.com/";
|
||||
URLscheme["host"] = "https://testing.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// QA
|
||||
case 4: {
|
||||
URLscheme["host"] = "https://patch-qa.lybobet.com/";
|
||||
URLscheme["host"] = "https://qa.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// 內版
|
||||
case 5: {
|
||||
URLscheme["host"] = "https://patch-dev.lybobet.com/";
|
||||
URLscheme["host"] = "https://dev.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user