添加ios支付服务

main
zhangaotian 2026-04-07 18:35:11 +08:00
parent 3fc9cce3aa
commit 768b5df843
1 changed files with 5 additions and 0 deletions

View File

@ -57,5 +57,10 @@ namespace GameWrapper.Pay
/// B站支付服务
/// </summary>
public static IPaymentService BiliPaymentService { get; set; }
/// <summary>
/// iOS支付服务
/// </summary>
public static IPaymentService ApplePaymentService { get; set; }
}
}