From 6bcaeef68770f79eb0b5e461cce6db571e050d7b Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Sep 2018 11:28:32 +0800 Subject: [PATCH] 添加V1.2.0.1 --- frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h b/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h index 70d6a13..49fe44b 100644 --- a/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h +++ b/frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h @@ -51,11 +51,12 @@ /** * 单个商品购买 * + * @param waProductId 对应wa产品id * @param product 对应苹果商品类 * @param serverId服务器id * @param extInfo一些额外信息 */ -+(void)singlePurchase:(SKProduct*)product withServerId:(NSString*)serverId withExtInfo:(NSString*)extInfo; ++(void)singlePurchaseWithWAProductId:(NSString *)waProductId product:(SKProduct*)product withServerId:(NSString*)serverId withExtInfo:(NSString*)extInfo; /** * 单个商品购买 * -- Gitblit v1.8.0