## 會員注冊
~~~[api]
post:/index/index/register
username#會員名
password#密碼
password_confirm#重復密碼
sex#性別:1:男; 0:女
birthday#生日
mobile_code#手機
mobile#手機
email#郵箱
avatar#頭像
<<<
success
{
"code":"0",
"msg":"success",
“token”:"",
“data”:{}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| code | 返回判斷:0:成功;其他:失敗 |
| msg| 返回信息說明 |
| token| tonken碼|
| data| 信息列表|
| data.id| 會員id|
| data.username| 用戶名|
| data.mobile| 電話|