根据 responder 自动解析成对应的 model 并返回
Future<T?> fetch({bool isCached = true}) async { return request(isCached: isCached).then((value) => value.data); }