dream

dream


5.1 添加商户

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>平台商户添加</li> </ul> <h5>请求URL</h5> <ul> <li><code>/admin-Merchant</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>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">sex</td> <td style="text-align: left;">int</td> <td>0 女,1男</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;full_name&amp;quot;:&amp;quot;测试全称2&amp;quot;, &amp;quot;short_name&amp;quot;:&amp;quot;测试检查2&amp;quot;, &amp;quot;phone&amp;quot;:&amp;quot;15689898889&amp;quot;, &amp;quot;link_man&amp;quot;:&amp;quot;联系人&amp;quot;, &amp;quot;status&amp;quot;:1, &amp;quot;product_id&amp;quot;:1, &amp;quot;merchant_login_name&amp;quot;:&amp;quot;login_name13&amp;quot;, &amp;quot;merchant_Password&amp;quot;:&amp;quot;123456&amp;quot;, &amp;quot;remark&amp;quot;:&amp;quot;remarkremarkremarkremark&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;,     &amp;quot;msg&amp;quot;: &amp;quot;Success&amp;quot;,     &amp;quot;data&amp;quot;: &amp;quot;7&amp;quot; } {     &amp;quot;code&amp;quot;: &amp;quot;500&amp;quot;,     &amp;quot;msg&amp;quot;: &amp;quot;手机号已存在!&amp;quot;,     &amp;quot;data&amp;quot;: null }</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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <p>String full_name; //全称 String short_name; //简称 String link_man; //商户联系人 String phone; //租户商家 电话 Integer status; //状态 1 正常 0关闭 Integer product_id; // 套餐id Integer m_userid; //商户管理员用户id String merchant_login_name; //商户管理员名字 String merchant_Password; //商户管理员密码 String remark; //商户备注</p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML