最薪招聘-新


修改结算单金额

<p>[TOC]</p> <h4>修改结算单金额</h4> <h5>请求URL</h5> <ul> <li><code>/v1/Superuser/wagesCategoryupdate</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>请求Header参数</h5> <table> <thead> <tr> <th>参数名</th> <th>参数位置</th> <th>类型</th> <th>是否必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>token</td> <td>header</td> <td>string</td> <td>否</td> <td>-</td> </tr> </tbody> </table> <h5>请求Body参数</h5> <table> <thead> <tr> <th>参数名</th> <th>参数位置</th> <th>类型</th> <th>是否必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>body</td> <td>integer</td> <td>是</td> <td>发薪ID</td> </tr> <tr> <td>wages_arr</td> <td>body</td> <td>string</td> <td>是</td> <td>请求数组</td> </tr> </tbody> </table> <h5>请求数组示例</h5> <pre><code>[{&amp;quot;id&amp;quot;:&amp;quot;391&amp;quot;,&amp;quot;money&amp;quot;:118},{&amp;quot;id&amp;quot;:&amp;quot;392&amp;quot;,&amp;quot;money&amp;quot;:119}]</code></pre> <h5>成功返回示例</h5> <pre><code class="language-json">{ &amp;quot;success&amp;quot;: true, &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ [ { &amp;quot;id&amp;quot;: &amp;quot;391&amp;quot;, &amp;quot;money&amp;quot;: 118 }, { &amp;quot;id&amp;quot;: &amp;quot;392&amp;quot;, &amp;quot;money&amp;quot;: 119 } ] ] }</code></pre>

页面列表

ITEM_HTML