企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### 接口名称 Oauth/register ### 接口描述 手机号码注册糖果账号 ### 请求地址 http://URL/Oauth/register ### 输入参数 ~~~ (string) uname 昵称 (string) phone 手机号 (string) password 密码 (int) sex 性别 (int) regCode 验证码 ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "msg": "注册成功" } 失败 { "status": 0, "msg": "注册失败" } ~~~