GetSSAccountId返回“”

This commit is contained in:
玉峰 2025-09-24 17:43:44 +08:00
parent 03232ee99f
commit 84d04c51df
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ public class RushSDKManager : D_MonoSingleton<RushSDKManager>
{ {
return "GetSSAccountId"; return "GetSSAccountId";
} }
return null; return "";
} }
public string GetSSDistinctId() public string GetSSDistinctId()