最薪招聘-新


报销列表

<p>[TOC]</p> <h4>报销列表</h4> <h5>请求URL</h5> <ul> <li><code>/v1/Reimburse/list</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>status</td> <td>body</td> <td>integer</td> <td>是</td> <td>1已申请 2已报销 3已驳回</td> </tr> <tr> <td>month</td> <td>body</td> <td>date</td> <td>否</td> <td>月份:2023-11</td> </tr> </tbody> </table> <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;total&amp;quot;: 1, &amp;quot;per_page&amp;quot;: 10, &amp;quot;current_page&amp;quot;: 1, &amp;quot;last_page&amp;quot;: 1, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 0, &amp;quot;user_id&amp;quot;: 6, &amp;quot;company_id&amp;quot;: 6, &amp;quot;type&amp;quot;: 1, &amp;quot;remark&amp;quot;: null, &amp;quot;pics&amp;quot;: null, &amp;quot;money&amp;quot;: &amp;quot;10.00&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;regtime&amp;quot;: 1699322670, &amp;quot;updatetime&amp;quot;: 1699322670 } ] }, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot; }</code></pre>

页面列表

ITEM_HTML