添加ios支付服务
parent
3fc9cce3aa
commit
768b5df843
|
|
@ -57,5 +57,10 @@ namespace GameWrapper.Pay
|
|||
/// B站支付服务
|
||||
/// </summary>
|
||||
public static IPaymentService BiliPaymentService { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// iOS支付服务
|
||||
/// </summary>
|
||||
public static IPaymentService ApplePaymentService { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue