mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
修复tag原文显示问题
更新依赖
This commit is contained in:
@@ -12,7 +12,7 @@ ApiResult<T> _$ApiResultFromJson<T>(
|
||||
) =>
|
||||
ApiResult<T>(
|
||||
ok: json['ok'] as bool,
|
||||
status: json['status'] as int,
|
||||
status: (json['status'] as num).toInt(),
|
||||
data: _$nullableGenericFromJson(json['data'], fromJsonT),
|
||||
error: json['error'] as String?,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user