iGameChanger
报错信息:UriFormatException: Invalid URI: The format of the URI could not be determined. 另:用的国际服,没有绑定域名
public async void Init(AVUser user) { LeanCloud.Common.Logger.LogDelegate = (level, log) => { switch (level) { case LogLevel.Debug: Debug.LogFormat("[DEBUG] {0}", log); break; case LogLevel.Warn: Debug.LogWarningFormat("[WARN] {0}", log); break; case LogLevel.Error: LogHelper.Error("[ERROR] {0}",…