zjinhu / SwiftMesh

swift砖块系列:基于Alamofire5的Combine封装,更加快捷的发起网络请求,支持SwiftUI
MIT License
27 stars 12 forks source link

MeshRequest 泛型请求的请求错误处理 #2

Open HZRZCW opened 2 years ago

HZRZCW commented 2 years ago

像这个请求,如果请求错误了只返还nil,怎么获取错误情况进行相应的操作呢?MeshRequest.get(“https://api.apiopen.top/getJoke?page=1&count=2&type=video”) { (model) in print(model!) }

zjinhu commented 2 years ago

在config里边