## 用戶注冊
~~~[api]
post:http://127.0.0.1:9501/v1/fried_list?appid=100003
*hyy_name#用戶名
*hyy_pass#密碼
phone#手機號碼
<<<
success
{
"hyy_code": 200,
"hyy_msg": "注冊成功!",
"hyy_data":[]
}
<<<
error
{
"hyy_code": 500,
"hyy_msg": "用戶已存在!",
"hyy_data":[]
}
<<<
error2
{
"hyy_code": 500,
"hyy_msg": "用戶已存在!",
"hyy_data":[]
}
~~~