curl --location --request POST '/api/user/changePassword' \ --header 'token;' \ --data-urlencode 'password=123456' \ --data-urlencode 'password_confirm=123456'
{"code":0,"show":1,"msg":"原密码不正确","data":[]}