docs: 完善微信商户平台模块的示例项目

This commit is contained in:
Fu Diwei
2021-07-31 20:30:04 +08:00
parent 25763e550b
commit 18c0719655
7 changed files with 89 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5.Services.DistributedLock.I
public IDistributedLock Create(string lockName)
{
// NOTICE: 单机演示基于文件实现分布式锁,生产项目请替换成其他实现
return new FileDistributedLock(_lockFileDirectory, lockName);
}
}