🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**修改登录密码** ~~~[api] post:api/merchant/edit_password *string:phone=默认值#登录手机号 *new_password#新密码 *code#验证码 <<< success { 'status':1, 'message':'密码修改成功', 'data':{ 'token':'xxxxxxxxxccccccccccccerewrfasdasfdasfdasfdadasdf' } } <<< error { 'status':2, 'message':'参数填写不正确' } ~~~