{
"roleName": "编辑角色",
"description": "测试编辑",
"state": true,
"userIds": [
"1698900184022351878"
],
"menuIds": [
2,
3
]
}
curl --location --request PUT 'http://k28hrq.natappfree.cc/arbitrage/role/4' \
--header 'Authorization: Bearer {{pc_token}}' \
--header 'Authorization;' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "编辑角色",
"description": "测试编辑",
"state": true,
"userIds": [
"1698900184022351878"
],
"menuIds": [
2,
3
]
}'
{
"data": null,
"error": null
}