WanPai/Network/NetworkRequest.swift @@ -21,6 +21,10 @@ var msg: String = "" } protocol BaseResponseProtocol:HandyJSON{ } struct BaseResponseList<T :HandyJSON>: HandyJSON { var list: [T] = [] var totalSession:Int = 0