lpw
2022-10-25 551baa8d8d252e405da7b79567897cedf97f5b2e
frameworks/WASdkIntf.framework/Headers/WAPayProxy.h
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
#import "WAIPay.h"
@class WAIapProduct,WAIapResult;
@class WAIapProduct,WAIapResult,WAChannelProduct;
/*!
 @discussion 查询商品库存协议
@@ -60,6 +60,15 @@
 @param delegate 委托
 */
+(void)queryInventoryWithDelegate:(id<WAInventoryDelegate>)delegate;
/*!
@abstract 查询渠道商品调用方法
@param callBackBlock 回调
*/
+ (void)queryChannelProduct:(NSString *)channel
           callBackBlock:(void(^)(NSArray <WAChannelProduct *>*channelProductsArray,NSError *error))callBackBlock;
/*!
 @abstract 支付某个商品
 @param productId 商品id
@@ -75,4 +84,6 @@
+(void)payLog:(NSString *)logInfo;
@end