查询数量---雷俊
<p><strong>简要描述:</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/class/classLibrary/selectSelfBuyingCount</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
</tbody>
</table>
<p><strong> 请求示例</strong></p>
<pre><code></code></pre>
<p><strong> 返回示例</strong>
{
"data": [
{
"num": 1,
"type": 0
},
{
"num": 1,
"type": 1
}
],
"message": {
"errinfo": "success",
"errcode": 200
}
}</p>
<pre><code>
**错误码说明**
|参数名|说明|
|:----- |:-----|
|200|访问正常|
|404|访问错误|
|3003 |未登录|
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</code></pre>