### WeEngine Android、IOS Member api
#### 個人中心
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.member.changepwd
*string:openid=默認值#openid
*string:mobile=默認值#手機號
*string:verifycode=默認值#驗證碼
*string:pwd=默認值#密碼
<<<
success
{
"status": 1,
"result": {
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~