企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 更新账户信息 >接口参数说明 ~~~[api] post:/account/update string:nickName#昵称 string:email#电子邮箱 string:mobile#手机号 string:country#国家 string:province#省份 string:city#城市 string:address#住址 string:birthday#生日 1995-05-09 string:currency#货币 string:companyName#公司名称 <<< success { "status": 0, "msg": "success", "timestamp": "20181221105857452" } <<< error { "status": 1002, "msg": "Invalid phone number", "timestamp": "20181221112937674" } { "status": 1013, "msg": "Insufficient password strength", "timestamp": "20181221112918250" } ~~~