From 56b891b2b50a493e805019147fabac796292c5d5 Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Thu, 10 Oct 2019 15:10:23 +0800
Subject: [PATCH] 1.3.0

---
 frameworks/WASdkIntf.framework/Headers/WAIPay.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index 3219a90..be0b470 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -14,6 +14,8 @@
 -(void)init4Iap;
 -(void)queryInventory:(id<WAInventoryDelegate>)delegate;
 -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate;
+-(void)queryChannelProduct:(NSString *)channel
+			 callBackBlock:(void(^)(NSArray *channelProductsArray,NSError *error))callBackBlock;
 -(BOOL)isPayServiceAvailable;
 -(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate;
 - (void)checkFinishTransactions;

--
Gitblit v1.8.0