AIHelper更新
parent
e234d08ba3
commit
173a26b23b
|
|
@ -1 +1 @@
|
||||||
Subproject commit e2ee5c35143e716de62d2c53751e37508b45c913
|
Subproject commit d222c1c1695847af5fcf57f5f01ac67d4515b08d
|
||||||
|
|
@ -23,10 +23,13 @@ namespace PhxhSDK
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public override void AfterLoginInit()
|
public override void AfterLoginInit()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public void LoginInit()
|
||||||
{
|
{
|
||||||
AIHelpSupport.Login(SDKManager.Instance.ApplicationUserID);
|
AIHelpSupport.Login(SDKManager.Instance.ApplicationUserID);
|
||||||
var config = new UserConfig.Builder().SetUserName(SDKManager.Instance.NickName).Build();
|
var config = new UserConfig.Builder().SetUserName(SDKManager.Instance.NickName).Build();
|
||||||
|
|
||||||
AIHelpSupport.UpdateUserInfo(config);
|
AIHelpSupport.UpdateUserInfo(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue