mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(tenpayv3): 适配国密接入模式
This commit is contained in:
@@ -62,7 +62,7 @@ public class MyFakeRequest : WechatTenpayRequest
|
||||
{
|
||||
[Newtonsoft.Json.JsonProperty("my_fake_props")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("my_fake_props")]
|
||||
[WechatTenpaySensitiveProperty("my_alg")]
|
||||
[WechatTenpaySensitiveProperty("my_scheme", "my_alg")]
|
||||
public string MyFakeProps { get; set; }
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ public class MyFakeResponse : WechatTenpayResponse
|
||||
{
|
||||
[Newtonsoft.Json.JsonProperty("my_fake_props")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("my_fake_props")]
|
||||
[WechatTenpaySensitiveProperty("my_alg")]
|
||||
[WechatTenpaySensitiveProperty("my_scheme", "my_alg")]
|
||||
public string MyFakeProps { get; set; }
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user