This commit is contained in:
zeng 2025-12-18 16:16:20 +08:00
parent c0d12ce636
commit 10a0faae95

View File

@ -57,7 +57,7 @@ public class JXIAPManager: NSObject {
self.orderId = orderId self.orderId = orderId
self.discount = discount self.discount = discount
self.applicationUsername = applicationUsername self.applicationUsername = applicationUsername
let set = Set([productId]) let set = Set([productId])
let productsRequest = SKProductsRequest(productIdentifiers: set) let productsRequest = SKProductsRequest(productIdentifiers: set)
productsRequest.delegate = self productsRequest.delegate = self