[M] sync from n3-world
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user