{
"canteen_name": "测试食堂v22222",
"canteen_phone": "000000000",
"canteen_address": "XXXXXXX",
"banner": null,
"banner_show_type": 1,
"parent_id": 286,
"opening_hours": "00:00~23:00",
"face_system": [
4,
1
],
"sort":1111,
"remark": "智慧食堂"
}curl --location '/admin/canteen' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"canteen_name": "测试食堂v22222",
"canteen_phone": "000000000",
"canteen_address": "XXXXXXX",
"banner": null,
"banner_show_type": 1,
"parent_id": 286,
"opening_hours": "00:00~23:00",
"face_system": [
4,
1
],
"sort":1111,
"remark": "智慧食堂"
}'{}