Roc

Results 13 comments of Roc

> this PR go against rider suggestions Rider/Resharp suggests: > > * `override async Task` not `async override Task` > * `public sealed class` not `sealed public class` > *...

@maliming Would you mind helping me with this problem?

> Is dotnet cli has similar feature? or other cli tools? dotnet cli doesn't have this problem. dotnet cli: but [ABP CLI Program.cs#L29](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli/Volo/Abp/Cli/Program.cs#L29) used `Serilog.Sinks.Console` and [default theme](https://github.com/serilog/serilog-sinks-console#themes) (SystemConsoleTheme.Literate) ....

SystemConsoleTheme.Literate(default theme): AnsiConsoleTheme.Sixteen:

感谢,但目前还不支持对敏感信息解密。

https://github.com/essensoft/paylink/commit/f6a47214e0e04b33f60b9e9ea8e95a1f5fafa499 已经添加敏感信息解密。

暂时先粗略看了下,后续等你测试吧。

看起来是传入的Request有问题,你可以自行尝试获取下参数。 https://github.com/essensoft/paylink/blob/68526515fed0f9a44d993b60675c77bf56d548e8/src/Essensoft.Paylink.WeChatPay/V3/WeChatPayNotifyClient.cs#L45

Paylink 具备一定的扩展性,建议参考 [WeChatPay/V3](https://github.com/essensoft/paylink/tree/dev/src/Essensoft.Paylink.WeChatPay/V3) 自行实现。