iims


从用户表跳转 新增

<h5>简要描述</h5> <ul> <li>从用户表跳转 新增 验证水户号正确后,自动新增,所有参数通过传递获取,删除时间为空。 <h5>请求URL</h5></li> <li><code>http://localhost:9082/basic/customer/csm/bind/customerCreatBind</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">customerCsmName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>水户号</td> </tr> <tr> <td style="text-align: left;">customerId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>外部用户编号</td> </tr> </tbody> </table> <h5>输出示例</h5> <pre><code>{ "customerCsmName":"ceshi111", "customerId":56 }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 200, "data": true, "message": "操作成功", "success": true }</code></pre>

页面列表

ITEM_HTML