NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 用户注册 ~~~[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":[] } ~~~