LST-KXC

开鑫充项目相关接口文档


冻结or解冻

<p>[TOC]</p> <h2>简要描述</h2> <ul> <li>冻结或解冻用户</li> </ul> <h2>请求信息</h2> <ul> <li>请求方式:<code>POST</code></li> <li>请求路径:<code>/api/charge/enterprise/user/frozen/or/thaw</code></li> </ul> <h2>请求参数</h2> <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>主键id</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>状态:10-正常,20-冻结</td> </tr> </tbody> </table> <h2>请求参数示例</h2> <pre><code>{ &amp;quot;id&amp;quot;: 5654946516546, &amp;quot;status&amp;quot;: 10 }</code></pre> <h2>返回示例</h2> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;Success&amp;quot; }</code></pre> <h2>备注</h2> <ul> <li>更多返回错误代码请联系我,谢谢! <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=1abf19fb96ea13e3292a2e5d879d39f9&amp;amp;file=file.jpg" alt="" /></li> </ul>

页面列表

ITEM_HTML