Commit 1686b46fd19fb5eb19fdafeb4925206843df5254

Authored by 赵康
1 parent e5622414e8
Exists in master

修改注释

Showing 1 changed file with 2 additions and 3 deletions Side-by-side Diff

... ... @@ -41,10 +41,9 @@ V
41 41 [LetsGameAPI instance].appId = @"10022";
42 42 [LetsGameAPI instance].appKey = @"f899139df5e1059396431415e770c6dd";
43 43 NSMutableDictionary *payInfo = [NSMutableDictionary dictionary];
44   - [payInfo setValue:@"5001" forKey:@"serverId"];//服务器id
  44 + [payInfo setValue:@"5001" forKey:@"serverId"];//服务器id,必传参数
45 45 [payInfo setValue:@"1000" forKey:@"channelId"];//渠道id
46 46 [payInfo setValue:@"10" forKey:@"amount"];//金额
47 47 [payInfo setValue:@"ios demo" forKey:@"extraInfo"];//外部订单信息
48 48 [payInfo setValue:@"元宝" forKey:@"product"];//物品信息
49   - [[LetsGameAPI instance] pay:payInfo];
50   -
51 49 \ No newline at end of file
  50 + [[LetsGameAPI instance] pay:payInfo];
52 51 \ No newline at end of file