Commit 5e692257a05c404bd37fceaa02d170fa9442f0b2
1 parent
ca6676ad
u
Showing
1 changed file
with
1 additions
and
11 deletions
04.用户云/2.1 通过手机修改密码.md
| 1 | -/* | |
| 2 | - Title: 2.1 修改密码 | |
| 3 | - Sort: 21 | |
| 4 | -*/ | |
| 5 | -#### URL: http://api.cnlive.com/open/api/CnliveMobile/json/resetPasswd?sp_id=xxx&... | |
| 6 | ------ | |
| 7 | -#### 请求方式: POST | |
| 8 | ------ | |
| 9 | -#### 返回格式: JSON | |
| 10 | ------ | |
| 11 | 1 | #### 请求参数说明: |
| 12 | 2 | <table class="table table-bordered table-striped table-condensed"> |
| 13 | 3 | <tr> |
| ... | ... | @@ -32,7 +22,7 @@ |
| 32 | 22 | <td>token</td> |
| 33 | 23 | <td>true</td> |
| 34 | 24 | <td>string</td> |
| 35 | - <td>验证码</td> | |
| 25 | + <td>手机验证码</td> | |
| 36 | 26 | </tr> |
| 37 | 27 | <tr> |
| 38 | 28 | <td>newPwd</td> | ... | ... |