admin
2017-12-19 8b0e10c2bfee1db6408cbd0deee0a29dafb5dc90
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