| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId |
书籍标识 |
integer |
None. |
| BookName |
书籍名称 |
string |
None. |
| IsOwned |
当前用户是否拥有此商品,0表示否,100表示是 |
signed byte |
None. |
| CurrentChapterId |
当前正在查看的章标识 |
integer |
None. |
| CurrentSectionId |
当前正在查看的节标识 |
integer |
None. |
| CurrentChapterSectionName |
当前正在查看的章或节的名称 |
string |
None. |
| CurrentVideoInfo |
当前正在播放的视频信息 |
M_VideoPlaybackInfo |
None. |
| VideoList |
视频列表 |
Collection of M_VideoListItem |
None. |