才聚项目


重新计算(组织)

<h5>简要描述</h5> <ul> <li>重新计算接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:9012/winchemCommission/xc/saleryCalControl/recountGroupMonthSalary</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>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td>int</td> <td>id</td> </tr> <tr> <td style="text-align: left;">groupId</td> <td style="text-align: left;">是</td> <td>int</td> <td>组织ID</td> </tr> <tr> <td style="text-align: left;">month</td> <td style="text-align: left;">是</td> <td>String</td> <td>月份</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;params&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;groupId&amp;quot;: 30, &amp;quot;month&amp;quot;: &amp;quot;2023-01&amp;quot; } ] }</code></pre> <h5>响应状态</h5> <table> <thead> <tr> <th style="text-align: left;">状态码</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">0</td> <td style="text-align: left;">成功</td> </tr> </tbody> </table> <h5>响应示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; }</code></pre>

页面列表

ITEM_HTML