{
"title":"小米",
"description":"便宜大甩卖",
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"sellerId":1,
"productStatus":"在售",
"latest":null
}curl --location --request GET '127.0.0.1:8400/user/product/getByOptions?title=1&description=便宜大甩卖&category=手机&anotherUrl=htts://cuza.fun/123&sellerId=1&productStatus=在售&latest=1' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title":"小米",
"description":"便宜大甩卖",
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"sellerId":1,
"productStatus":"在售",
"latest":null
}'{
"code": 200,
"msg": "string",
"data": "string"
}