This commit is contained in:
2026-05-09 14:47:38 +08:00
parent 04351b9580
commit cb2792aaa2
12 changed files with 45 additions and 39 deletions
@@ -36,6 +36,7 @@ public class PlayDataSystem : BaseSystem
private void OnRequestPlayData(object args)
{
PreferencesMgr.Instance.InitPreferences();
NetworkKit.PostWithHeader<Preferences>("user/userData", (isSuccess, obj) =>
{
var loginModel = GameHelper.GetLoginModel();