File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ public class HttpClientContainer
15
15
static HttpClientContainer ( )
16
16
{
17
17
FlurlClient = new FlurlClient ( )
18
- {
19
- AutoDispose = false
20
- }
18
+ {
19
+ AutoDispose = false
20
+ }
21
21
. EnableCookies ( )
22
22
. ConfigureClient ( x =>
23
23
{
24
24
x . AfterCall = call =>
25
25
{
26
- Logger . Info ( $@ " call .Duration: { call . Duration } ms") ;
26
+ Logger . Info ( $@ "Call .Duration: { call . Duration ? . TotalMilliseconds } ms") ;
27
27
} ;
28
28
x . HttpClientFactory = new CustomHttpClientFactory ( ) ;
29
29
} )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace WeChatBot.Net.Util
7
7
{
8
8
public class ConsoleWriter
9
9
{
10
- private const string Black = "¨€ " ;
10
+ private const string Black = "¡ö " ;
11
11
private const string White = "¡¡" ;
12
12
13
13
/// <summary>
You can’t perform that action at this time.
0 commit comments