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))