Authorization: Bearer ********************
{
"page":1,
"size":10,
"type":2,
"keyword":""
}
curl --location --request POST '/api/order/blacklist/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"size":10,
"type":2,
"keyword":""
}'
{"code":400,"message":"查询订单失败"}