恒力期货工作流

恒力期货工作流


12. 审核记录

<h5><strong>请求URL</strong></h5> <p>GET <code>http://192.168.1.161:8080/jeecg-boot/workflow/flowProcess/queryById</code></p> <h5><strong>查询参数</strong></h5> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td><code>process_id</code></td> <td>是</td> <td>string</td> <td>流程实例ID</td> </tr> <tr> <td><code>pageNo</code></td> <td>否</td> <td>integer</td> <td>页码(默认1)</td> </tr> <tr> <td><code>pageSize</code></td> <td>否</td> <td>integer</td> <td>每页条数(默认10)</td> </tr> </tbody> </table> <h5><strong>返回示例</strong></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;records&amp;quot;: [ { &amp;quot;operationType&amp;quot;: &amp;quot;approve&amp;quot;, &amp;quot;operatorId&amp;quot;: &amp;quot;user_123&amp;quot;, &amp;quot;operationTime&amp;quot;: &amp;quot;2023-08-15 10:15:33&amp;quot;, &amp;quot;operationDetail&amp;quot;: &amp;quot;金额在预算范围内&amp;quot;, &amp;quot;ipAddress&amp;quot;: &amp;quot;192.168.1.100&amp;quot; } ], &amp;quot;total&amp;quot;: 15, &amp;quot;size&amp;quot;: 10, &amp;quot;current&amp;quot;: 1 } }</code></pre>

页面列表

ITEM_HTML