{
"goodsId": "string",
"notifyUrl": "string",
"orderNo": "string",
"quantity": 0,
"unitPrice": 1
}curl --location '/api/meal/purchase/submit' \
--header 'Content-Type: application/json' \
--data '{
"goodsId": "string",
"notifyUrl": "string",
"orderNo": "string",
"quantity": 0,
"unitPrice": 1
}'{
"code": 0,
"msg": "string",
"result": {
"createTime": 0,
"orderNo": "string",
"orderNumber": "string",
"quantity": 0,
"unitPrice": 0
}
}