购物车内课程列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>购物车内课程列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Activity/GetShoppingCartList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">activity_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>活动id</td>
</tr>
</tbody>
</table>
<p><strong>header:</strong> </p>
<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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;course_list&quot;: [
{
&quot;ins_name&quot;: &quot;一粟麦美学空间&quot;,
&quot;data&quot;: [
{
&quot;course_id&quot;: 13,
&quot;id&quot;: 28,
&quot;cover_pic&quot;: &quot;http://shangcheng112.oss-cn-beijing.aliyuncs.com/edu/88e6fe0d-1e25-49f6-a3dc-4961080cbcf8.jpg&quot;,
&quot;title&quot;: &quot;综合绘画课&quot;,
&quot;long_title&quot;: &quot;做有色彩的教育让孩子留下美丽的童年足迹&quot;,
&quot;price&quot;: 100.00,
&quot;price2&quot;: &quot;100/3节&quot;,
&quot;remark&quot;: &quot;本课程包括,综合材料绘画,创意水墨,创意素描,创意版画等可供选择&quot;,
&quot;temp_type&quot;: 1,
&quot;formatted_address&quot;: &quot;梧田街道前浃路40号新塘东苑&quot;,
&quot;course_model&quot;: &quot;1&quot; //1、线上 2、线下
}
]
}
],
&quot;activityPrice&quot;: 100.00
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>