ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 编辑会员 ~~~[api] post:/client/edit string:set_name=张三#会员姓名 string:set_phone=18211112222#联系电话 11位 string:set_sn=110101199003078195#请输入正确的身份证号 int:set_sex=1#0-未知 1-男 2-女 string:set_birthday=2018-10-22#生日 <<< success { "code": 0, "info": "成功", "data":{ "id": 1 } } <<< error ~~~ ## 更新头像及昵称 ~~~[api] post:/client/updateinfo <<< success <<< error ~~~