{
"newPwd": 121234,
"oldPwd": 123456,
"userId": "U123456"
}
curl --location --request PUT '/j3-system/password/modify-staff-pwd' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPwd": 121234,
"oldPwd": 123456,
"userId": "U123456"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}