无故事王国
2023-10-10 a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d
WanPai/Network/NetworkRequest.swift
@@ -231,6 +231,11 @@
                        LogInfo("返回数据:\(jsonString)")
                        switch next.code{
                            case 200:ob.onNext(next)
                     case 501:
                        CommonAlertView.show(title: "提示", content: next.msg,isSingle: true) { _ in
                        }
                        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))