mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-18 14:16:22 +08:00
feat(work): 异步的消息加解密密钥管理器feat(tenpayv3): 异步的平台证书管理器
This commit is contained in:
@@ -4,6 +4,8 @@ using System.Collections.ObjectModel;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
|
||||
{
|
||||
using SKIT.FlurlHttpClient.Wechat.TenpayV3.Constants;
|
||||
|
||||
public static class WechatTenpayClientParameterExtensions
|
||||
{
|
||||
/// <summary>
|
||||
@@ -47,7 +49,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
|
||||
{ "timeStamp", timestamp },
|
||||
{ "nonceStr", nonce },
|
||||
{ "package", package },
|
||||
{ "signType", Constants.SignTypes.RSA },
|
||||
{ "signType", SignTypes.RSA },
|
||||
{ "paySign", sign }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user