[M] change sns link function

This commit is contained in:
2025-12-25 15:41:48 +08:00
parent 8cc0a67f03
commit 58a29b0335
8 changed files with 106 additions and 26 deletions

View File

@@ -12,7 +12,6 @@ namespace tysdk
Apple,
none
}
public class LoginInfo
{
@@ -25,7 +24,13 @@ namespace tysdk
public class LinkResult
{
public bool isSuccess;
// 0: success, 1: fail, -1 exists
public int code;
// when success and fail userId is current user
// when exists userId is 0
public int userId;
// not none when exists
public string bindInfo;
}
public class LinkCheckInfo