Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -19,6 +19,7 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) | @@ -19,6 +19,7 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) | ||
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | 3. 设置TIMLoginParam | 21 | 3. 设置TIMLoginParam |
| 22 | +以下以IOS代码为例 | ||
| 22 | #define TIMAppid 1400004355 | 23 | #define TIMAppid 1400004355 |
| 23 | #define TIMAppidString @"1400004355" | 24 | #define TIMAppidString @"1400004355" |
| 24 | #define TIMAccountType @"2243" | 25 | #define TIMAccountType @"2243" |
| @@ -62,7 +63,7 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) | @@ -62,7 +63,7 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) | ||
| 62 | 63 | ||
| 63 | * 点击按钮 | 64 | * 点击按钮 |
| 64 | * 单击控件 | 65 | * 单击控件 |
| 65 | -* 单击View | 66 | +* 双击控件 |
| 66 | * 播放器进度 | 67 | * 播放器进度 |
| 67 | * 其他事件 | 68 | * 其他事件 |
| 68 | * 进入对比画面 | 69 | * 进入对比画面 |
-
Please register or login to post a comment