查询服务质量系数列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询服务质量系数列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/fySalSqc/insertSalSqcAndDetail</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>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>页数量</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
"pageNum":1,
"pageSize":2
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1575536423180",
"returnCode": "0",
"beans": [
{
"note": "备注",
"createUserId": "2019101110000000000",
"code": "XC2108340004",
"appendixName": "附件原名称",
"modifyUserId": null,
"modifyTime": null,
"createTime": "2019-12-05 16:39:55",
"appendixRename": "附件重名称",
"name": "名称",
"id": "2019120516395400004",
"salOrgId": "2019120414210600689",
"class": "class com.cmos.hcmc.beans.salary.FySalSqcDO",
"status": "1"
},
{
"note": "备注",
"createUserId": "2019101110000000000",
"code": "XC2108340005",
"appendixName": "附件原名称",
"modifyUserId": null,
"modifyTime": null,
"createTime": "2019-12-05 16:40:00",
"appendixRename": "附件重名称",
"name": "名称",
"id": "2019120516395900005",
"salOrgId": "2019120414210600689",
"class": "class com.cmos.hcmc.beans.salary.FySalSqcDO",
"status": "1"
}
],
"returnMessage": "操作成功",
"bean": {
"total": "10"
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p>