feat(wxapi): 新增小程序虚拟支付相关接口

This commit is contained in:
Fu Diwei
2023-08-27 18:53:52 +08:00
parent f8347ef9ef
commit f93d6139d1
67 changed files with 1980 additions and 16 deletions

View File

@@ -47,6 +47,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
/// </summary>
public string? ImmeDeliveryAppSecret { get; set; }
/// <summary>
/// 获取或设置虚拟支付 AppKey用于小程序虚拟支付相关接口
/// </summary>
public string? VirtualPaymentAppKey { get; set; }
/// <summary>
/// 获取或设置米大师平台 OfferId用于小游戏虚拟支付 1.0 相关接口)。
/// </summary>