CICP

以客户为中心的数智协作平台


注销状态查询

<h3>请求路由url</h3> <p>/api/my/getLogoff</p> <h3>请求方式</h3> <p>get</p> <h3>请求参数</h3> <table> <thead> <tr> <th style="text-align: center;"><strong> 参数 </strong></th> <th style="text-align: center;"><strong> 说明 </strong></th> <th style="text-align: center;"><strong> 类型 </strong></th> <th style="text-align: center;"><strong> 是否必要 </strong></th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">token</td> <td style="text-align: center;">登录时返回的token</td> <td style="text-align: center;">string</td> <td style="text-align: center;">是</td> </tr> </tbody> </table> <h3>请求结果</h3> <pre><code class="language-json">{ "code": 1,//0失败1成功 "msg": "操作成功", "time": "1642583302", "data": {//如果没有数据则 为空 "status": 0,//当前申请的状态 0 审核中 1 拒绝 2通过 "reason": "",//拒绝理由 "msg": "审核中"//状态文字 } }</code></pre> <h3>说明</h3> <p>第一次请求结果为 </p> <pre><code class="language-json">{ "code": 1, "msg": "操作成功", "time": "1642596416", "data": { "status": -1, "reason": "", "msg": "" } }</code></pre>

页面列表

ITEM_HTML