##發送驗證碼
>接口地址:`http://121.41.35.148/p2p/index.php?__=passport/sendInvalidCode&__VIEW__=json`
* * * * *
> 請求參數
|請求參數|含義|是否必填|備注|
|--|--|--|--|
|phone|手機號(11位數字)|Y||
* * * * *
> 返回值
|狀態|json|說明|
|--|--|--|
|success|{"code":200,"msg":"\u53d1\u9001\u6210\u529f"}||
|error|{"code":400,"msg":"\u624b\u673a\u53f7\u4e0d\u5408\u6cd5"}||
##校驗驗證碼
>接口地址:`http://121.41.35.148/p2p/index.php?__=passport/checkInvalidCode&__VIEW__=json`
* * * * *
> 請求參數
|請求參數|含義|是否必填|備注|
|--|--|--|--|
|phone|手機號(11位數字)|Y||
|invalidCode|短信驗證碼|Y||
* * * * *
> 返回值
|狀態|json|說明|
|--|--|--|
|success|{"code":200,"msg":"\u6210\u529f"}||
|error|{"code":400,"msg":"\u9a8c\u8bc1\u7801\u4e0d\u6b63\u786e"}||
##重置密碼
>接口地址:`http://121.41.35.148/p2p/index.php?__=oauth/resetPwd&__VIEW__=json`
* * * * *
> 請求參數
|請求參數|含義|是否必填|備注|
|--|--|--|--|
|phone|手機號(11位數字)|Y||
|invalidCode|短信驗證碼|Y||
|newPwd|新密碼|Y||
|cameFrom|登錄來源(一般為phone)|Y||
* * * * *
> 返回值
|狀態|json|說明|
|--|--|--|
|success|{"code":200,"msg":"\u6210\u529f"}||
|error|{"code":400,"msg":"\u5e10\u53f7\u6216\u8005\u5bc6\u7801\u9519\u8bef"}||