{
"id": "123",
"name": "123"
}curl --location --request POST '/billCategory/update' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "123",
"name": "123"
}'{
"total": 1,
"rows": [
{
"id": "ssh01",
"userAccount": "ssh",
"userName": "佘诗豪",
"pwd": "123",
"phone": null,
"status": 1,
"createTime": null,
"updateTime": null,
"remark": null
}
],
"code": 200,
"msg": "查询成功"
}