mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
feat(wxapi): 新增小程序虚拟支付相关接口
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user