fix
This commit is contained in:
parent
e7eb3166ef
commit
3d20345239
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class MClient {
|
|||
Map<String, dynamic>? reqcopyWith,
|
||||
rhttp.ClientSettings? settings}) {
|
||||
return InterceptedClient.build(
|
||||
client: httpClient(settings: settings),
|
||||
client: httpClient(settings: settings, reqcopyWith: reqcopyWith),
|
||||
interceptors: [MCookieManager(reqcopyWith), LoggerInterceptor()]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue