lpw
2024-09-25 2f0847c51cfe186abd2c4fc554108edc1890d222
frameworks/WASdkIntf.framework/Headers/WAPayProxy.h
@@ -7,8 +7,8 @@
//
#import <Foundation/Foundation.h>
#import "WAIPay.h"
@class WAIapProduct,WAIapResult;
#import <WASdkIntf/WAIPay.h>
@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