Authorization: ********************{
"phone": "13800138009",
"role_ids": [
1,
3
],
"status": 1
}curl --location --request PUT 'http://perfit-api.test.muke.design/api/admin/staff/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13800138009",
"role_ids": [
1,
3
],
"status": 1
}'{
"code": 200,
"message": "管理员信息已更新",
"data": []
}