{
"company_no": "88887",
"data": {
"canteen_id":16,
"sample_date":"2026-05-15 08:58:59",
"dining_meals_type":"1",
"sampler_title":"留样标题",
"sampler_name":"留样负责人名称v2",
"cleaner_name":"留样清理人名称",
"third_chef_name":"厨师名称",
"remark":"测试留样v2",
"third_sample_food_ids":["1","2"],
"third_sample_user_id":"123",
"third_sample_id":"123"
},
"sign":"0f35ee607d502bc79168e999e15e627d"
}
curl --location '/nwapi/sample/sampleSave' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"company_no": "88887",
"data": {
"canteen_id":16,
"sample_date":"2026-05-15 08:58:59",
"dining_meals_type":"1",
"sampler_title":"留样标题",
"sampler_name":"留样负责人名称v2",
"cleaner_name":"留样清理人名称",
"third_chef_name":"厨师名称",
"remark":"测试留样v2",
"third_sample_food_ids":["1","2"],
"third_sample_user_id":"123",
"third_sample_id":"123"
},
"sign":"0f35ee607d502bc79168e999e15e627d"
}'{}