LST-KXC

开鑫充项目相关接口文档


新增

<p>[TOC]</p> <h2>简要描述</h2> <ul> <li>新增企业用户</li> </ul> <h2>请求信息</h2> <ul> <li>请求方式:<code>POST</code></li> <li>请求路径:<code>/api/charge/enterprise/user/add</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;">userPhone</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户手机号</td> </tr> <tr> <td style="text-align: left;">userName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户姓名</td> </tr> <tr> <td style="text-align: left;">enterpriseInfoId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>所属企业id</td> </tr> </tbody> </table> <h2>请求参数示例</h2> <pre><code>{ &amp;quot;userPhone&amp;quot;: &amp;quot;12345678901&amp;quot;, &amp;quot;userName&amp;quot;: &amp;quot;张三&amp;quot;, &amp;quot;enterpriseInfoId&amp;quot;: 15649441649054 }</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