dream

dream


5.5 商户密码重置

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>平台商户添加</li> </ul> <h5>请求URL</h5> <ul> <li><code>/admin-MerchantPsd</code></li> </ul> <h5>请求方式</h5> <ul> <li>PUT </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;merchant_admin&amp;quot;:&amp;quot;yan&amp;quot;, &amp;quot;merchant_password&amp;quot;:&amp;quot;654321&amp;quot;, &amp;quot;id&amp;quot;:1 }</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> </tbody> </table> <h5>备注</h5> <p>String merchant_admin; //商户账号 String merchant_admin; //商户密码</p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML