Authorization: Bearer ********************[
{
"goodsQuaok": 4,
"id": 1,
"omNoticeId": "QT20250925-0001"
}
]curl --location --request POST '/zc-check/batch-check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"goodsQuaok": 4,
"id": 1,
"omNoticeId": "QT20250925-0001"
}
]'{
"code": 10000,
"data": [
{
"goodsQuaok": 4,
"id": 1,
"omNoticeId": "QT20250925-0001"
}
],
"message": "提示消息内容"
}