fix
杨锴
2024-11-25 ee26cf4209b643255d52688e9d876a4db304acd9
XQMuse/Root/Network/NetworkRequest.swift
@@ -240,6 +240,7 @@
                                                                        switch next.code{
                                                                                    case 200:ob.onNext(next)
                            case 401:ob.onError(NetRequestError.InvaildSession)
                            case 501:ob.onError(NetRequestError.InvaildSession)
                                                                                    default:
                                                                                                if !ignoreAlert{
                                                                                                            alertError(msg: "\(next.msg)")