oneRain 2020-05-07 15:47:41 +08:00
parent 1171f4b0de
commit 7d87b51aa4
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ namespace LeanCloud {
public static void Initialize(string appId, public static void Initialize(string appId,
string appKey, string appKey,
string masterKey = null, string server = null,
string server = null) { string masterKey = null) {
if (string.IsNullOrEmpty(appId)) { if (string.IsNullOrEmpty(appId)) {
throw new ArgumentException(nameof(appId)); throw new ArgumentException(nameof(appId));
} }