渠道代理商

代理商接口


获取代理商流程

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取代理商流程</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://wbhtest.hrtn.net/digit/agent/manager/prv-process-log/getAgentProcessLog/{agentcode}</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">agentcode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>代理商编码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code": "000000",     "msg": "操作成功",     "data": [         {             "id": 1554650828254748674,             "agentCode": "QY2022080239852",             "processFlag": 1,             "process": 1,             "submitUser": null,             "todo": "审核结果!",             "submitId": null,             "checkId": null,             "checkReason": "一般一般",             "agentOverReason": null,             "checkUser": null,             "createTime": "2022-08-03 10:10:16"         },         {             "id": 1554645779969482754,             "agentCode": "QY2022080239852",             "processFlag": 1,             "process": 1,             "submitUser": null,             "todo": "提交资料审核。",             "submitId": null,             "checkId": null,             "checkReason": null,             "agentOverReason": null,             "checkUser": null,             "createTime": "2022-08-03 09:50:12"         },         {             "id": 1554438711989633025,             "agentCode": "QY2022080239852",             "processFlag": 1,             "process": 0,             "submitUser": null,             "todo": "创建了代理商",             "submitId": null,             "checkId": null,             "checkReason": null,             "agentOverReason": null,             "checkUser": null,             "createTime": "2022-08-02 20:07:24"         }     ] }</code></pre> <h5>返回参数说明</h5> <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;">agentCode</td> <td style="text-align: left;">String</td> <td>代理商编码</td> </tr> <tr> <td style="text-align: left;">todo</td> <td style="text-align: left;">String</td> <td>行为</td> </tr> <tr> <td style="text-align: left;">submitUser</td> <td style="text-align: left;">String</td> <td>操作者</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML