获取购物车商品数量
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/cart/nums</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;nums&quot;: 1
},
&quot;code&quot;: 0
}
</code></pre>