Commit 813d89a9ceb0f91dc1282b51abef1d440780b527
1 parent
099e5b1c
no message
Showing
3 changed files
with
4 additions
and
4 deletions
CNLiveBalanceModule/Classes/Controller/CNLiveBalanceController.h
CNLiveBalanceModule/Classes/Module/CNLiveBalanceService.m
| ... | ... | @@ -21,8 +21,8 @@ |
| 21 | 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 | 27 | - (UIViewController *)getBalanceViewControllerWithType:(NSString *)type ID:(NSString *)ID{ |
| 28 | 28 | return [[CNLiveBalanceController alloc]initWithType:type ID:ID]; | ... | ... |