问问商城


不选中商品

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>不选中购物车商品列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cart/productUnChecked</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>参数</h5> <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;">productId</td> <td style="text-align: left;">选填</td> <td style="text-align: left;">String</td> <td>商品ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: &amp;quot;10&amp;quot;,             &amp;quot;patientId&amp;quot;: &amp;quot;26667752789981430&amp;quot;,             &amp;quot;productId&amp;quot;: &amp;quot;2&amp;quot;,             &amp;quot;productName&amp;quot;: &amp;quot;静心安神除烦饮&amp;quot;,             &amp;quot;productPrice&amp;quot;: &amp;quot;15&amp;quot;,             &amp;quot;quantity&amp;quot;: &amp;quot;8&amp;quot;,             &amp;quot;checked&amp;quot;: &amp;quot;1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;11&amp;quot;,             &amp;quot;patientId&amp;quot;: &amp;quot;26667752789981430&amp;quot;,             &amp;quot;productId&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;productName&amp;quot;: &amp;quot;首乌生发饮(内服)&amp;quot;,             &amp;quot;productPrice&amp;quot;: &amp;quot;10&amp;quot;,             &amp;quot;quantity&amp;quot;: &amp;quot;6&amp;quot;,             &amp;quot;checked&amp;quot;: &amp;quot;1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;12&amp;quot;,             &amp;quot;patientId&amp;quot;: &amp;quot;26667752789981430&amp;quot;,             &amp;quot;productId&amp;quot;: &amp;quot;3&amp;quot;,             &amp;quot;productName&amp;quot;: &amp;quot;祛湿防风饮&amp;quot;,             &amp;quot;productPrice&amp;quot;: &amp;quot;20&amp;quot;,             &amp;quot;quantity&amp;quot;: &amp;quot;3&amp;quot;,             &amp;quot;checked&amp;quot;: &amp;quot;1&amp;quot;         }     ] }</code></pre> <h5>返回参数data说明</h5> <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;">---</td> <td style="text-align: left;">----</td> <td>----</td> </tr> </tbody> </table> <h5>返回参数说明</h5> <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;">success</td> <td style="text-align: left;">boolean</td> <td>是否成功</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">Integer</td> <td>返回码</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>返回信息</td> </tr> <tr> <td style="text-align: left;">count</td> <td style="text-align: left;">Long</td> <td>总数</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">List&lt;T&gt;</td> <td>返回数据</td> </tr> <tr> <td style="text-align: left;">jwt</td> <td style="text-align: left;">String</td> <td>token数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML