Authorization: Bearer ********************
{
"identifier_type":2,
"identifier_value":"13792283242",
"remark":"测试备注1"
}
curl --location --request POST '/api/order/blacklist/add_or_update' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier_type":2,
"identifier_value":"13792283242",
"remark":"测试备注1"
}'
{"code":400,"message":"查询订单失败"}