[M] sync from n3-world

This commit is contained in:
2024-08-30 10:12:40 +08:00
parent d449fee825
commit 959d7d2cce
9 changed files with 16 additions and 18 deletions

View File

@@ -146,7 +146,7 @@ namespace tysdk
public void Logout()
{
UnityEngine.Debug.Log("Logout");
if(_accountInfo != null) return;
if(_accountInfo != null)
{
UnityBridgeFunc.UnityLogOutByChannel(_accountInfo.channel);
}
@@ -396,7 +396,7 @@ namespace tysdk
string tycs = tyurl == defaultTyurl ?
"https://hwcsh.tygameworld.com /template/appCancel/note.html"
"https://hwcsh.tygameworld.com/template/appCancel/note.html"
:
"https://customermanage-feature-test-web-test.tuyougame.cn/appCancel/note.html";