## 會員注冊
~~~[api]
post:/api/member/register
*intgeer:mobile#注冊手機號
string:pwd#用戶賬戶密碼
*intgeer:sourceCode#渠道編碼
*string:key#秘鑰 md5(秘鑰.mobile.pwd.sourceCode)
<<<
success
{"status":"1","codemsg":"賬戶創建成功","customid":"AmesxI2s6xpo4ij3keMee1"}
<<<
error
{"status":errorcode,"codemsg":error msg}
```
```