AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
#### 申请公钥 ~~~[api] post:/user/app/getRsaPublicKey.htm userName=68802478#用户名(string) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": { sraPrivateKey, sraPublicKey, random, transId } } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~ #### 登录 ~~~[api] post:/user/app/userLogin.htm countryCode=00855#国家码(string) userName=68802478#用户名(string) password=******#密码(string) transId=******#transId(string) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": { uid, userId, token, userName, countryCode, telephone, login_type, ip, tokenEffectTime, loginTime } } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~