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

This commit is contained in:
Fu Diwei
2021-07-31 21:21:15 +08:00
parent 9fcf4ab1d2
commit 05a276dfe1
6 changed files with 171 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net5.Options
public WechatMerchant[] Merchants { get; set; } = Array.Empty<WechatMerchant>();
public string CallbackEntry { get; set; } = string.Empty;
public string CallbackUrl { get; set; } = string.Empty;
}
partial class WxpayOptions