mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
style: clean code
This commit is contained in:
@@ -67,7 +67,7 @@ bool ret = client.VerifyResponseSignature(response, out Exception error);
|
||||
if (!ret)
|
||||
{
|
||||
Console.WriteLine(error);
|
||||
Console.WriteLine(error.InnerException);
|
||||
Console.WriteLine(error?.InnerException);
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user