{
"canteen_id": "1,2,3",
"subsidy": 1111,
"subsidy_lottery":0,
"type": 0,
"subsidy_type":0,
"remark": ""
}curl --location --request PUT '/admin/user/subsidy/1?canteen_id=1%2C2%2C3&page=1&page_size=10&query_value=' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"canteen_id": "1,2,3",
"subsidy": 1111,
"subsidy_lottery":0,
"type": 0,
"subsidy_type":0,
"remark": ""
}'{}