综合开放平台

open platform


6. 更新学习记录

<p>[TOC]</p> <h1>更新学习记录</h1> <ul> <li>点击播放后和评分时调用当前接口</li> </ul> <h1>请求URL</h1> <ul> <li>` <a href="http://ip:port/open/member/user-online-classes-history/set/history">http://ip:port/open/member/user-online-classes-history/set/history</a></li> </ul> <h1>请求方式</h1> <ul> <li>POST </li> </ul> <h1>Header参数</h1> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">appId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>开放平台分配的appId</td> </tr> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>获取token接口返回的令牌</td> </tr> </tbody> </table> <h1>请求参数</h1> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>第三方用户ID</td> </tr> <tr> <td style="text-align: left;">classesCourseId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>课程ID</td> </tr> <tr> <td style="text-align: left;">seenDuration</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>观看时长(秒)</td> </tr> <tr> <td style="text-align: left;">classesCourseScore</td> <td style="text-align: left;">是</td> <td style="text-align: left;">decimal</td> <td>课程评分</td> </tr> <tr> <td style="text-align: left;">likeIt</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>是否点赞 1:点赞 0:未点赞</td> </tr> <tr> <td style="text-align: left;">collectionIt</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>是否收藏 1:收藏 0:未收藏</td> </tr> </tbody> </table> <h1>请求示例</h1> <pre><code>{     &amp;quot;userId&amp;quot;: &amp;quot;1002376&amp;quot;,     &amp;quot;classesCourseId&amp;quot;: &amp;quot;76&amp;quot;,     &amp;quot;classesCourseScore&amp;quot;: 5.5,     &amp;quot;seenDuration&amp;quot;: 38,     &amp;quot;likeIt&amp;quot;: 1, &amp;quot;collectionIt&amp;quot;: 1 }</code></pre> <h1>返回示例</h1> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;data&amp;quot;: true,     &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot; }</code></pre> <h1>返回参数说明</h1> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>0为成功,非0为不成功</td> </tr> </tbody> </table> <h1>备注</h1> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML