GetSSSuperProperties

This commit is contained in:
玉峰 2025-09-04 22:30:30 +08:00
parent 382cfa9207
commit 9a662bf516
1 changed files with 3 additions and 1 deletions

View File

@ -782,6 +782,8 @@ public class AppSDKManager : D_MonoSingleton<AppSDKManager>
{
return "GetSSSuperProperties";
}
return ThinkingAnalyticsAPI.GetSuperProperties().ToString();
var superProperties = ThinkingAnalyticsAPI.GetSuperProperties();
return superProperties == null ? "" : superProperties.ToString();
}
}