💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 更换手机号 ~~~[api] post:/admin/updatePhone *string:phone=15181474781#手机号 *string:sms_captcha=123456#短信验证码 <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~ ## 修改密码 ~~~[api] post:/admin/updatePwd *string:password=123456789#原密码 *string:password_new=12345678#新密码 <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~