Authorization: Bearer ********************{
"pageIndex": 1,
"pageSize": 5,
"total": 0,
"pages": 0,
"rows": [],
"id": "string"
}curl --location --request PUT '/chuweiguanli/chuweidingyi/modify-chuwei' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 1,
"pageSize": 5,
"total": 0,
"pages": 0,
"rows": [],
"id": "string"
}'{
"code": 10000,
"message": "success",
"data": 0
}