|
|
|
@ -109,7 +109,6 @@ class ApiClient {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var response = await _post(Uri.parse(url), body: requestBody, headers: _headers).timeout(Duration(seconds: 100));
|
|
|
|
var response = await _post(Uri.parse(url), body: requestBody, headers: _headers).timeout(Duration(seconds: 100));
|
|
|
|
if (!kReleaseMode) {
|
|
|
|
if (!kReleaseMode) {
|
|
|
|
|
|
|
|
|
|
|
|
print("Url:$url");
|
|
|
|
print("Url:$url");
|
|
|
|
print("body:$requestBody");
|
|
|
|
print("body:$requestBody");
|
|
|
|
print("res: " + response.body);
|
|
|
|
print("res: " + response.body);
|
|
|
|
|