mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
parent 1574709ba5
author Fu Diwei <fudiwei@sina.com> 1635352443 +0800 committer Fu Diwei <fudiwei@sina.com> 1635414361 +0800 docs: 完善文档
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Settings
|
||||
{
|
||||
@@ -32,7 +29,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Settings
|
||||
/// </summary>
|
||||
public class InMemoryCertificateManager : CertificateManager
|
||||
{
|
||||
public IDictionary<string, string> _dict;
|
||||
private readonly IDictionary<string, string> _dict;
|
||||
|
||||
public InMemoryCertificateManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user