ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 密码登陆 +++ get:/1.1/functions/loginPasswd *username=xxx#用户名 *password=xxx#密码 <<< success { "result": { "username": "username", "email": "xiqingongzi@gmail.com", "emailVerified": false, "mobilePhoneVerified": false, "objectId": "581e905cd203090055fec9b6", "createdAt": "2016-11-06T02:07:24.120Z", "updatedAt": "2016-11-06T02:07:24.120Z" } } <<< 211 { "code": 211, "error": "Could not find user" } 用户不存在 <<< 210 { "code": 210, "error": "The username and password mismatch." } 账户密码不匹配 +++