hank
2019-05-21 d9782e57cfb45d579792968c26f72872963cd1b7
frameworks/WASdkIntf.framework/Headers/WAPayProxy.h
@@ -68,10 +68,11 @@
 */
+(void)payWithProductId:(NSString*)productId extInfo:(NSString*)extInfo delegate:(id<WAPaymentDelegate>)delegate;
/*!
 @abstract 查询是否某个支付平台
 @param platform 支付平台
 @return bool 是否支持某个支付平台
 @abstract 查询是否支持支付
 @return bool 是否支持支付
 */
+(BOOL)isPayServiceAvailableWithPlatform:(NSString *const)platform;
+(BOOL)isPayServiceAvailable;
+(void)payLog:(NSString *)logInfo;
@end