fix
杨锴
2025-04-16 f646fbebad928833d15546a36e37768d00fe6173
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