DolphinEnglishLearnStudent/Services/NetworkRequest.swift
@@ -234,6 +234,15 @@ ob.onError(NetRequestError.Other(next.code,next.msg)) case 502: //登录被冻结 CommonAlertView.show(isSinple: true, content: next.msg) case 501: CommonAlertView.show(content: next.msg, completeTitle: "成为会员") { let vc = VIPCenterVC() vc.title = "会员中心" JQ_currentNavigationController().pushViewController(vc) } cancelClouse: { } case 401,505,600: if !ignoreAlert{ alertError(msg: "登录失效,请重新登录");ob.onError(NetRequestError.InvaildSession)