多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 用户注册 ~~~[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":[] } ~~~