Tweak log

This commit is contained in:
Ming Ming 2023-05-20 16:00:18 +08:00
parent f05698c040
commit 66c5b6608b

View file

@ -60,6 +60,7 @@ class Api {
} else if (bodyBytes != null) {
req.bodyBytes = bodyBytes;
}
_log.finer(req.url);
final response =
await http.Response.fromStream(await http.Client().send(req));
if (!isHttpStatusGood(response.statusCode)) {