养户存栏表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>养户存栏表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/user/register</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">username</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户名</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>密码</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>昵称</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {
"_EAS_BIZ_PATH_": "report.GetRptData",
"EAS_PATH": "report.GetRptData",
"serviceDeptId": "lxkAAAC0xK74nGYi",
"rptType": "batchCntData",
"userNum": "服务部付启剑",
"startDate":"2022-09-20",
"roles": [
"manager"
]
}</code></pre>
<h5>返回示例</h5>
<pre><code> {
"message": "success",
"result": "0",
"data": [
{
"manager": "覃鹏昌",
"cnt": "448",
"batch": "卢孙帅003",
"service": "雄桂放养部",
"cust": "卢孙帅"
},
{
"manager": "覃鹏昌",
"cnt": "731",
"batch": "甘世宝002",
"service": "雄桂放养部",
"cust": "甘世宝"
},
{
"manager": "覃鹏昌",
"cnt": "754",
"batch": "卢宪敏002",
"service": "雄桂放养部",
"cust": "卢宪敏"
},
{
"manager": "黄海燕",
"cnt": "5096",
"batch": "卢文东004",
"service": "雄桂放养部",
"cust": "卢文东"
},
{
"manager": "黄海燕",
"cnt": "5099",
"batch": "卢文东005",
"service": "雄桂放养部",
"cust": "卢文东"
},
{
"manager": "梁芸",
"cnt": "894",
"batch": "蓝海飞002",
"service": "雄桂放养部",
"cust": "蓝海飞"
},
{
"manager": "梁芸",
"cnt": "620",
"batch": "蓝海师002",
"service": "雄桂放养部",
"cust": "蓝海师"
},
{
"manager": "潘寿烁",
"cnt": "2141",
"batch": "韦新成002",
"service": "雄桂放养部",
"cust": "韦新成"
},
{
"manager": "覃鹏昌",
"cnt": "285",
"batch": "黎丹秋002",
"service": "雄桂放养部",
"cust": "黎丹秋"
},
{
"manager": "劳德窍",
"cnt": "44",
"batch": "黄清友001",
"service": "雄桂放养部",
"cust": "黄清友"
},
{
"manager": "覃鹏昌",
"cnt": "680",
"batch": "卢振富002",
"service": "雄桂放养部",
"cust": "卢振富"
}
]
}</code></pre>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>