{
"noteCodeId": "string",
"dishIds": [
"string"
],
"noteScene": "string",
"userFeel": "string"
}
curl --location --request POST '/noteCode/weChatMini/generateNote' \
--header 'Content-Type: application/json' \
--data-raw '{
"noteCodeId": "string",
"dishIds": [
"string"
],
"noteScene": "string",
"userFeel": "string"
}'
{
"code": 0,
"message": "",
"data": null
}