chenxin
2020-12-04 b66ebdf748f0f8ca0384fb80df379584ab0c9314
Assets/Scripts/Common/HttpHelper.cs
@@ -53,6 +53,8 @@
        if (request.isHttpError || request.isNetworkError)
        {
            Debug.LogErrorFormat("Request Error: {0}", request.error);
            callback?.Invoke(null);
            yield break;
        }
        if (request.isDone)
        {