Commit 813d89a9ceb0f91dc1282b51abef1d440780b527

Authored by zhangxiaowen
1 parent 099e5b1c

no message

CNLiveBalanceModule/Classes/Controller/CNLiveBalanceController.h
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 // 7 //
8 8
9 /** 9 /**
10 - * 余额 10 + * 余额 1-中国网家家补贴余额 2-群组余额
11 */ 11 */
12 12
13 #import <UIKit/UIKit.h> 13 #import <UIKit/UIKit.h>
CNLiveBalanceModule/Classes/Module/CNLiveBalanceService.m
@@ -21,8 +21,8 @@ @@ -21,8 +21,8 @@
21 @implementation CNLiveBalanceService 21 @implementation CNLiveBalanceService
22 22
23 // 补贴余额 23 // 补贴余额
24 -//type: 1-个人中心 2-特色群组  
25 -//ID: 用户id-个人中心 群组id-特色群组 24 +//type: 1-中国网家家补贴余额 2-群组余额
  25 +//ID: 1-用户id 2-群组id
26 26
27 - (UIViewController *)getBalanceViewControllerWithType:(NSString *)type ID:(NSString *)ID{ 27 - (UIViewController *)getBalanceViewControllerWithType:(NSString *)type ID:(NSString *)ID{
28 return [[CNLiveBalanceController alloc]initWithType:type ID:ID]; 28 return [[CNLiveBalanceController alloc]initWithType:type ID:ID];
CNLiveBalanceModule/Classes/TradingRecord/CNLiveTradingRecordController.h
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 // 7 //
8 8
9 /** 9 /**
10 - * 交易记录 10 + * 交易记录 0-普通交易记录 1-查看与此商户的交易记录
11 */ 11 */
12 12
13 #import "CNCommonViewController.h" 13 #import "CNCommonViewController.h"