密码修改
<p><strong>简要描述:</strong> </p>
<ul>
<li>密码修改</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试环境 <code>https://mch-test.ipaynow.cn/aggplat_mvc/yeaLink/updatePassWord.do</code></li>
<li>生产环境 <code>https://mch.ipaynow.cn/aggplat_mvc/yeaLink/updatePassWord.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求示例:</strong></p>
<pre><code>{
"data":{
"password":"123qwe123",
"username":"jxcs001@hh.com"
},
"signature":"144e406ed29c8163475d17155c99d229"
}
</code></pre>
<p><strong>参数:</strong> </p>
<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;">username</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>账号</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>密码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{"data":{"fromCache":null,"errCode":null,"errMessage":null,"removeCacheKey":null},"signature":"d41d8cd98f00b204e9800998ecf8427e"}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong></p>