企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 注册 ### 视频地址 ~~~[api] post:/api/Login/reg *mobile=13800000000#手机号码 *password=md5('123456')#登录密码 *re_pwd=md5("123456')#重复密码 *code=12345#短信验证码 <<< success { "code": 1, "msg": "成功提示", "data": {} } <<< error { "code": 0, "msg": "错误提示", "data": {} } ~~~