### WeEngine Android、IOS Register api
#### 注冊
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.account.register
*string:mobile=默認值#手機號
*string:verifycode=默認值#驗證碼
*string:pwd=默認值#密碼
string:agentid=默認值#邀請碼(選填)
<<<
success
{
"status":1,
"result": {
"message": "注冊成功"
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~
#### 驗證嗎
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.account.verifycode
*string:mobile=默認值#手機號
*string:temp=sms_reg#標識
<<<
success
{
"status":1,
"result": {
"message": "短信發送成功"
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~