无故事王国
2023-10-17 77041c81c325c0bc88c94dc28d732f656cc4c885
WanPai/Network/NetworkRequest.swift
@@ -173,7 +173,7 @@
        return Alamofire.Session(configuration: configuration)
    }()
    enum NetRequestError: Error {
        case Other(String)
        case Other(Int,String)
        case URLNotFound
        case DownloadFailed
        case InvaildSession
@@ -238,7 +238,9 @@
                        ob.onError(NetRequestError.InvaildSession)
                            case 600:alertError(msg: "登录失效,请重新登录");ob.onError(NetRequestError.InvaildSession)
                        app.needLogin()
                            default:alertError(msg: "\(next.msg)");ob.onError(NetRequestError.Other(next.msg))
                            default:
                        alertError(msg: "\(next.msg)")
                        ob.onError(NetRequestError.Other(next.code,next.msg))
                        }
                    }
                }