Authorization: Bearer ********************
{ "roleId": 5, "name": "采购经理", "status": "2", "scription": "采购经理" }
curl --location --request PUT 'http://127.0.0.1:3001/api/perm/updateRole' \ --header 'Content-Type: application/json' \ --data-raw '{ "roleId": 5, "name": "采购经理", "status": "2", "scription": "采购经理" }'
{}