diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index a49cc23..1b81e6c 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -44,8 +44,8 @@ namespace LeanCloud { public static void Initialize(string appId, string appKey, - string masterKey = null, - string server = null) { + string server = null, + string masterKey = null) { if (string.IsNullOrEmpty(appId)) { throw new ArgumentException(nameof(appId)); }