docs: 更新示例项目

This commit is contained in:
Fu Diwei
2025-06-04 23:53:34 +08:00
parent ac925f87cf
commit 56ed274c40
45 changed files with 800 additions and 492 deletions

View File

@@ -25,6 +25,10 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample.Options
public string CertificateSerialNumber { get; set; } = string.Empty;
public string CertificatePrivateKey { get; set; } = string.Empty;
public string? PlatformPublicKeyId { get; set; }
public string? PlatformPublicKey { get; set; }
}
}
}