#注冊
請求地址 : http://trd.huangguaxiong.com/home/member/register.html?username=13874828373&password=123456789
請求參數:
| 參數 | 必要 | 注釋|
| --- | --- | --- |
| username| 是 | 用戶名(必須是手機號) |
| password| 是 | 密碼 |
| code| 是 | 驗證碼|
注冊成功
~~~
{"code":200,"msg":"注冊成功"}
~~~
注冊失敗
~~~
{"code":500,"datas":null,"msg":"該賬號已注冊"}
~~~